#042544

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

Shades of Tangaroa #042544

Tints of Tangaroa #042544

Color information

#042544 (or 0x042544) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 44. RGB value is (4,37,68). Sum of RGB (Red+Green+Blue) = 4+37+68=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #042544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042544 is #FBDABB. Grayscale: #1E1E1E. Windows color (decimal): -16505532 or 4465924. OLE color: 4465924.

HSL color Cylindrical-coordinate representation of color #042544: hue angle of 209.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042544 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB43768-
CMYK0.940.4600.73
HSL209.06º88.89%14.12%-
HSV(B)209.06º94.12%26.67%-
XYZ1.761.775.72-
YUV30.67149.07108.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 68 (26.95% from 255) = 62.39%
R=3.67%
G=33.94%
B=62.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal437680.940.4600.73209.0688.8914.12
Hex425445E2E049d159e
Octal44510413656011132113116
Binary10010010110001001011110101110010010011101000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042544; }

 p { color: rgb(4,37,68); }

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

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

 a { background-color: rgb(4,37,68); }

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

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

 span { border-color: rgb(4,37,68); }

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