#02333B

Color #02333B Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #02333B

Tints of Nordic #02333B

Color information

#02333B (or 0x02333B) is unknown color: approx Nordic. HEX triplet: 02, 33 and 3B. RGB value is (2,51,59). Sum of RGB (Red+Green+Blue) = 2+51+59=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #02333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02333B is #FDCCC4. Grayscale: #252525. Windows color (decimal): -16633029 or 3879682. OLE color: 3879682.

HSL color Cylindrical-coordinate representation of color #02333B: hue angle of 188.42º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02333B is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25159-
CMYK0.970.1400.77
HSL188.42º93.44%11.96%-
HSV(B)188.42º96.61%23.14%-
XYZ22.74.55-
YUV37.26140.27102.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=1.79%
G=45.54%
B=52.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal251590.970.1400.77188.4293.4411.96
Hex2333B61E04Dbc5dc
Octal2637314116011527413514
Binary1011001111101111000011110010011011011110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02333B; }

 p { color: rgb(2,51,59); }

 H1.HeaderClassName
 {
   color: #02333B;
 }
 .AnyTagClassName
 {
   color: #02333B;
 }
</style>
background-color css

<style>
 a { background-color: #02333B; }

 a { background-color: rgb(2,51,59); }

 div.DivClassName
 {
   background-color: #02333B;
 }
 .BgClassName
 {
   background-color: #02333B;
 }
</style>
border-color css

<style>
 span { border-color: #02333B; }

 span { border-color: rgb(2,51,59); }

 td.TdClassName
 {
   border-color: #02333B;
 }
 .TagClassName
 {
   border-color: #02333B;
 }
</style>