#02333A

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

Shades of Nordic #02333A

Tints of Nordic #02333A

Color information

#02333A (or 0x02333A) is unknown color: approx Nordic. HEX triplet: 02, 33 and 3A. RGB value is (2,51,58). Sum of RGB (Red+Green+Blue) = 2+51+58=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #02333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02333A is #FDCCC5. Grayscale: #252525. Windows color (decimal): -16633030 or 3814146. OLE color: 3814146.

HSL color Cylindrical-coordinate representation of color #02333A: hue angle of 187.5º 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 #02333A is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25158-
CMYK0.970.1200.77
HSL187.5º93.33%11.76%-
HSV(B)187.5º96.55%22.75%-
XYZ1.972.694.42-
YUV37.15139.77102.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=1.80%
G=45.95%
B=52.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal251580.970.1200.77187.593.3311.76
Hex2333A61C04Dbc5dc
Octal2637214114011527413514
Binary1011001111101011000011100010011011011110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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