#02203B

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

Shades of Tangaroa #02203B

Tints of Tangaroa #02203B

Color information

#02203B (or 0x02203B) is unknown color: approx Tangaroa. HEX triplet: 02, 20 and 3B. RGB value is (2,32,59). Sum of RGB (Red+Green+Blue) = 2+32+59=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #02203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02203B is #FDDFC4. Grayscale: #191919. Windows color (decimal): -16637893 or 3874818. OLE color: 3874818.

HSL color Cylindrical-coordinate representation of color #02203B: hue angle of 208.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 #02203B is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB23259-
CMYK0.970.4600.77
HSL208.42º93.44%11.96%-
HSV(B)208.42º96.61%23.14%-
XYZ1.331.364.33-
YUV26.11146.56110.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=2.15%
G=34.41%
B=63.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal232590.970.4600.77208.4293.4411.96
Hex2203B612E04Dd05dc
Octal2407314156011532013514
Binary101000001110111100001101110010011011101000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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