#04203C

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

Shades of Tangaroa #04203C

Tints of Tangaroa #04203C

Color information

#04203C (or 0x04203C) is unknown color: approx Tangaroa. HEX triplet: 04, 20 and 3C. RGB value is (4,32,60). Sum of RGB (Red+Green+Blue) = 4+32+60=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #04203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04203C is #FBDFC3. Grayscale: #1A1A1A. Windows color (decimal): -16506820 or 3940356. OLE color: 3940356.

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

Color convert

RGB43260-
CMYK0.930.4700.76
HSL210º87.5%12.55%-
HSV(B)210º93.33%23.53%-
XYZ1.381.394.47-
YUV26.82146.72111.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 62.5%
R=4.17%
G=33.33%
B=62.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal432600.930.4700.7621087.512.55
Hex4203C5D2F04Cd258d
Octal4407413557011432213015
Binary1001000001111001011101101111010011001101001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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