#042C39

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

Shades of Tangaroa #042C39

Tints of Tangaroa #042C39

Color information

#042C39 (or 0x042C39) is unknown color: approx Tangaroa. HEX triplet: 04, 2C and 39. RGB value is (4,44,57). Sum of RGB (Red+Green+Blue) = 4+44+57=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #042C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C39 is #FBD3C6. Grayscale: #212121. Windows color (decimal): -16503751 or 3746820. OLE color: 3746820.

HSL color Cylindrical-coordinate representation of color #042C39: hue angle of 194.72º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042C39 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44457-
CMYK0.930.2300.78
HSL194.72º86.89%11.96%-
HSV(B)194.72º92.98%22.35%-
XYZ1.692.124.19-
YUV33.52141.25106.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=3.81%
G=41.90%
B=54.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal444570.930.2300.78194.7286.8911.96
Hex42C395D1704Ec357c
Octal4547113527011630312714
Binary100101100111001101110110111010011101100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042C39; }

 p { color: rgb(4,44,57); }

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

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

 a { background-color: rgb(4,44,57); }

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

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

 span { border-color: rgb(4,44,57); }

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