#042B40

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

Shades of Tangaroa #042B40

Tints of Tangaroa #042B40

Color information

#042B40 (or 0x042B40) is unknown color: approx Tangaroa. HEX triplet: 04, 2B and 40. RGB value is (4,43,64). Sum of RGB (Red+Green+Blue) = 4+43+64=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #042B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B40 is #FBD4BF. Grayscale: #212121. Windows color (decimal): -16504000 or 4205316. OLE color: 4205316.

HSL color Cylindrical-coordinate representation of color #042B40: hue angle of 201º 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 #042B40 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB44364-
CMYK0.940.3300.75
HSL201º88.24%13.33%-
HSV(B)201º93.75%25.1%-
XYZ1.842.125.16-
YUV33.73145.08106.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=3.60%
G=38.74%
B=57.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal443640.940.3300.7520188.2413.33
Hex42B405E2104Bc958d
Octal45310013641011331113015
Binary10010101110000001011110100001010010111100100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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