#02203C

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

Shades of Tangaroa #02203C

Tints of Tangaroa #02203C

Color information

#02203C (or 0x02203C) is unknown color: approx Tangaroa. HEX triplet: 02, 20 and 3C. RGB value is (2,32,60). Sum of RGB (Red+Green+Blue) = 2+32+60=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #02203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02203C is #FDDFC3. Grayscale: #1A1A1A. Windows color (decimal): -16637892 or 3940354. OLE color: 3940354.

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

Color convert

RGB23260-
CMYK0.970.4700.76
HSL208.97º93.55%12.16%-
HSV(B)208.97º96.67%23.53%-
XYZ1.361.374.47-
YUV26.22147.06110.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 60 (23.83% from 255) = 63.83%
R=2.13%
G=34.04%
B=63.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal232600.970.4700.76208.9793.5512.16
Hex2203C612F04Cd15ec
Octal2407414157011432113614
Binary101000001111001100001101111010011001101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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