#04203D

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

Shades of Tangaroa #04203D

Tints of Tangaroa #04203D

Color information

#04203D (or 0x04203D) is unknown color: approx Tangaroa. HEX triplet: 04, 20 and 3D. RGB value is (4,32,61). Sum of RGB (Red+Green+Blue) = 4+32+61=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #04203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04203D is #FBDFC2. Grayscale: #1A1A1A. Windows color (decimal): -16506819 or 4005892. OLE color: 4005892.

HSL color Cylindrical-coordinate representation of color #04203D: hue angle of 210.53º 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 #04203D is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB43261-
CMYK0.930.4800.76
HSL210.53º87.69%12.75%-
HSV(B)210.53º93.44%23.92%-
XYZ1.411.44.61-
YUV26.93147.22111.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=4.12%
G=32.99%
B=62.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal432610.930.4800.76210.5387.6912.75
Hex4203D5D3004Cd358d
Octal4407513560011432313015
Binary1001000001111011011101110000010011001101001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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