COLOR #02355F

HEX: #02355F RGB: (2,53,95)

Color info

#02355F contains mainly green and blue colors. Web safe color of #02355F is #003366 (or #036).

RGB color model

#02355F color RGB value is (2,53,95).

RGB: (2,53,95) (1%, 21%, 37%)

RGB channels and saturation

R 2 of 255 = 1%
G 53 of 255 = 21%
B 95 of 255 = 37%

2
53
95

R + G + B ~ 20%. #02355F is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 53 + 95 = 150 (100%)
R 2 of 150 ~ 1.33%
G 53 of 150 ~ 35.33%
B 95 of 150 ~ 63.33'%

%35.33
%63.33

CMYK color model

#02355F color CMYK value is (98,44,0,63).

  • cyan value is 97.89%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (98,44,0,63)
C98M44Y0K63 (98%, 44%, 0%, 63%)
(0.98 / 0.44 / 0.00 / 0.63)

CMYK percentages

%97.89
%44.21
%0
%62.75

Codes

Color #02355F in popluar color models

02 35 5F
RGB 2 53 95
HSL 207° 95.88% 19.02%
HSB/HSV 207° 97.89% 37.25%
CMYK 97.89% 44.21% 0.00%
62.75%

Color #02355F in popluar number systems.

HEX 02 35 5F
Decimal 2 53 95
Binary 10 110101 1011111
Octal 2 65 137

Shades and tints

Shades of #02355F

#02355F
(2,53,95)
#023157
(2,49,87)
#022D4F
(2,45,79)
#022947
(2,41,71)
#02253F
(2,37,63)
#022137
(2,33,55)
#021D2F
(2,29,47)
#021927
(2,25,39)
#02151F
(2,21,31)
#021117
(2,17,23)
#020D0F
(2,13,15)
#000000
(0,0,0)

Tints of #02355F

#02355F
(2,53,95)
#19476D
(25,71,109)
#30597B
(48,89,123)
#476B89
(71,107,137)
#5E7D97
(94,125,151)
#758FA5
(117,143,165)
#8CA1B3
(140,161,179)
#A3B3C1
(163,179,193)
#BAC5CF
(186,197,207)
#D1D7DD
(209,215,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02355F color. Also use rgb(2,53,95) instead hex code.

Text Font Color

.myTextColor { color: #02355F; }

<p style="color:#02355F">This sample text font color is #02355F.</p>

This text font color is #02355F.

Background Color

.myBgColor { background-color: #02355F; }

<div style="background-color:#02355F">Inner text</div>

This div background color is #02355F.

Border color

.myBorderColor { border: 1px solid #02355F; }

<div style="border:3px solid #02355F">Div</div>

This div border color is #02355F.

Opacity

.myOpacity80 { color: #02355F; opacity: 0.8; }

<p style="color:#02355F;opacity:0.8;">80%</p>

Text with #02355F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #02355F;}

<p style="text-shadow: 3px 3px 1px #02355F">Text here.</p>

This text has shadow with #02355F color.


.textShadow {text-shadow: 3px 3px 1px #02355F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #02355F, 5px 5px 20px red">Text here.</p>

This text has shadow with #02355F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#02355F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#02355F, Direction=45, Strength=4)">Text</p>

This text has shadow with #02355F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #02355F;
-webkit-box-shadow: 1px 1px 3px 2px #02355F;
box-shadow: 1px 1px 3px 2px #02355F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02355F; -webkit-box-shadow: 1px 1px 3px 2px #02355F; box-shadow:1px 1px 3px 2px #02355F;">
Div content here
</div>

This div box has shadow with color #02355F.

Preview

Color preview on black background

This text has color #02355F on black background.


Color preview on white background

This text has color #02355F on white background.


Black color preview on #02355F background

This text has black color on #02355F background.


White color preview on #02355F background

This text has white color on #02355F background.


Related colors

Complementary color

Complementary color for #hex is #FDCAA0.


I love getcolorcode.com

Triadic colors

1 #5F0235 and #355F02 with #02355F are triadic colors.

2 #5F3502 and #35025F with #02355F are triadic colors.