#03203C

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

Shades of Tangaroa #03203C

Tints of Tangaroa #03203C

Color information

#03203C (or 0x03203C) is unknown color: approx Tangaroa. HEX triplet: 03, 20 and 3C. RGB value is (3,32,60). Sum of RGB (Red+Green+Blue) = 3+32+60=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #03203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03203C is #FCDFC3. Grayscale: #1A1A1A. Windows color (decimal): -16572356 or 3940355. OLE color: 3940355.

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

Color convert

RGB33260-
CMYK0.950.4700.76
HSL209.47º90.48%12.35%-
HSV(B)209.47º95%23.53%-
XYZ1.371.384.47-
YUV26.52146.89111.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=3.16%
G=33.68%
B=63.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal332600.950.4700.76209.4790.4812.35
Hex3203C5F2F04Cd15ac
Octal3407413757011432113214
Binary111000001111001011111101111010011001101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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