#04223D

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

Shades of Tangaroa #04223D

Tints of Tangaroa #04223D

Color information

#04223D (or 0x04223D) is unknown color: approx Tangaroa. HEX triplet: 04, 22 and 3D. RGB value is (4,34,61). Sum of RGB (Red+Green+Blue) = 4+34+61=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #04223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04223D is #FBDDC2. Grayscale: #1B1B1B. Windows color (decimal): -16506307 or 4006404. OLE color: 4006404.

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

Color convert

RGB43461-
CMYK0.930.4400.76
HSL208.42º87.69%12.75%-
HSV(B)208.42º93.44%23.92%-
XYZ1.461.514.63-
YUV28.11146.56110.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 61 (24.22% from 255) = 61.62%
R=4.04%
G=34.34%
B=61.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal434610.930.4400.76208.4287.6912.75
Hex4223D5D2C04Cd058d
Octal4427513554011432013015
Binary1001000101111011011101101100010011001101000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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