#04223C

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

Shades of Tangaroa #04223C

Tints of Tangaroa #04223C

Color information

#04223C (or 0x04223C) is unknown color: approx Tangaroa. HEX triplet: 04, 22 and 3C. RGB value is (4,34,60). Sum of RGB (Red+Green+Blue) = 4+34+60=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #04223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04223C is #FBDDC3. Grayscale: #1B1B1B. Windows color (decimal): -16506308 or 3940868. OLE color: 3940868.

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

Color convert

RGB43460-
CMYK0.930.4300.76
HSL207.86º87.5%12.55%-
HSV(B)207.86º93.33%23.53%-
XYZ1.441.54.49-
YUV27.99146.06110.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 60 (23.83% from 255) = 61.22%
R=4.08%
G=34.69%
B=61.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal434600.930.4300.76207.8687.512.55
Hex4223C5D2B04Cd058d
Octal4427413553011432013015
Binary1001000101111001011101101011010011001101000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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