#02233E

Color #02233E Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #02233E

Tints of Tangaroa #02233E

Color information

#02233E (or 0x02233E) is unknown color: approx Tangaroa. HEX triplet: 02, 23 and 3E. RGB value is (2,35,62). Sum of RGB (Red+Green+Blue) = 2+35+62=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #02233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02233E is #FDDCC1. Grayscale: #1C1C1C. Windows color (decimal): -16637122 or 4072194. OLE color: 4072194.

HSL color Cylindrical-coordinate representation of color #02233E: hue angle of 207º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02233E is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB23562-
CMYK0.970.4400.76
HSL207º93.75%12.55%-
HSV(B)207º96.77%24.31%-
XYZ1.51.564.78-
YUV28.21147.07109.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 62 (24.61% from 255) = 62.63%
R=2.02%
G=35.35%
B=62.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal235620.970.4400.7620793.7512.55
Hex2233E612C04Ccf5ed
Octal2437614154011431713615
Binary101000111111101100001101100010011001100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02233E; }

 p { color: rgb(2,35,62); }

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

<style>
 a { background-color: #02233E; }

 a { background-color: rgb(2,35,62); }

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

<style>
 span { border-color: #02233E; }

 span { border-color: rgb(2,35,62); }

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