#042A40

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

Shades of Tangaroa #042A40

Tints of Tangaroa #042A40

Color information

#042A40 (or 0x042A40) is unknown color: approx Tangaroa. HEX triplet: 04, 2A and 40. RGB value is (4,42,64). Sum of RGB (Red+Green+Blue) = 4+42+64=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #042A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A40 is #FBD5BF. Grayscale: #212121. Windows color (decimal): -16504256 or 4205060. OLE color: 4205060.

HSL color Cylindrical-coordinate representation of color #042A40: hue angle of 202º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042A40 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB44264-
CMYK0.940.3400.75
HSL202º88.24%13.33%-
HSV(B)202º93.75%25.1%-
XYZ1.82.055.15-
YUV33.15145.41107.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 64 (25.39% from 255) = 58.18%
R=3.64%
G=38.18%
B=58.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal442640.940.3400.7520288.2413.33
Hex42A405E2204Bca58d
Octal45210013642011331213015
Binary10010101010000001011110100010010010111100101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,42,64); }

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

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

 a { background-color: rgb(4,42,64); }

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

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

 span { border-color: rgb(4,42,64); }

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