COLOR #02364F

HEX: #02364F RGB: (2,54,79)

Color info

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

RGB color model

#02364F color RGB value is (2,54,79).

RGB: (2,54,79) (1%, 21%, 31%)

RGB channels and saturation

R 2 of 255 = 1%
G 54 of 255 = 21%
B 79 of 255 = 31%

2
54
79

R + G + B ~ 18%. #02364F is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 54 + 79 = 135 (100%)
R 2 of 135 ~ 1.48%
G 54 of 135 ~ 40%
B 79 of 135 ~ 58.52'%

%40
%58.52

CMYK color model

#02364F color CMYK value is (97,32,0,69).

  • cyan value is 97.47%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (97,32,0,69)
C97M32Y0K69 (97%, 32%, 0%, 69%)
(0.97 / 0.32 / 0.00 / 0.69)

CMYK percentages

%97.47
%31.65
%0
%69.02

Codes

Color #02364F in popluar color models

02 36 4F
RGB 2 54 79
HSL 199° 95.06% 15.88%
HSB/HSV 199° 97.47% 30.98%
CMYK 97.47% 31.65% 0.00%
69.02%

Color #02364F in popluar number systems.

HEX 02 36 4F
Decimal 2 54 79
Binary 10 110110 1001111
Octal 2 66 117

Shades and tints

Shades of #02364F

#02364F
(2,54,79)
#023248
(2,50,72)
#022E41
(2,46,65)
#022A3A
(2,42,58)
#022633
(2,38,51)
#02222C
(2,34,44)
#021E25
(2,30,37)
#021A1E
(2,26,30)
#021617
(2,22,23)
#021210
(2,18,16)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #02364F

#02364F
(2,54,79)
#19485F
(25,72,95)
#305A6F
(48,90,111)
#476C7F
(71,108,127)
#5E7E8F
(94,126,143)
#75909F
(117,144,159)
#8CA2AF
(140,162,175)
#A3B4BF
(163,180,191)
#BAC6CF
(186,198,207)
#D1D8DF
(209,216,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02364F color. Also use rgb(2,54,79) instead hex code.

Text Font Color

.myTextColor { color: #02364F; }

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

This text font color is #02364F.

Background Color

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

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

This div background color is #02364F.

Border color

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

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

This div border color is #02364F.

Opacity

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

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

Text with #02364F 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 #02364F;}

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

This text has shadow with #02364F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02364F.

Preview

Color preview on black background

This text has color #02364F on black background.


Color preview on white background

This text has color #02364F on white background.


Black color preview on #02364F background

This text has black color on #02364F background.


White color preview on #02364F background

This text has white color on #02364F background.


Related colors

Complementary color

Complementary color for #hex is #FDC9B0.


I love getcolorcode.com

Triadic colors

1 #4F0236 and #364F02 with #02364F are triadic colors.

2 #4F3602 and #36024F with #02364F are triadic colors.