#04213D

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

Shades of Tangaroa #04213D

Tints of Tangaroa #04213D

Color information

#04213D (or 0x04213D) is unknown color: approx Tangaroa. HEX triplet: 04, 21 and 3D. RGB value is (4,33,61). Sum of RGB (Red+Green+Blue) = 4+33+61=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #04213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04213D is #FBDEC2. Grayscale: #1B1B1B. Windows color (decimal): -16506563 or 4006148. OLE color: 4006148.

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

Color convert

RGB43361-
CMYK0.930.4600.76
HSL209.47º87.69%12.75%-
HSV(B)209.47º93.44%23.92%-
XYZ1.441.454.62-
YUV27.52146.89111.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=4.08%
G=33.67%
B=62.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal433610.930.4600.76209.4787.6912.75
Hex4213D5D2E04Cd158d
Octal4417513556011432113015
Binary1001000011111011011101101110010011001101000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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