#042440

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

Shades of Tangaroa #042440

Tints of Tangaroa #042440

Color information

#042440 (or 0x042440) is unknown color: approx Tangaroa. HEX triplet: 04, 24 and 40. RGB value is (4,36,64). Sum of RGB (Red+Green+Blue) = 4+36+64=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #042440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042440 is #FBDBBF. Grayscale: #1D1D1D. Windows color (decimal): -16505792 or 4203524. OLE color: 4203524.

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

Color convert

RGB43664-
CMYK0.940.4400.75
HSL208º88.24%13.33%-
HSV(B)208º93.75%25.1%-
XYZ1.611.665.09-
YUV29.62147.4109.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=3.85%
G=34.62%
B=61.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal436640.940.4400.7520888.2413.33
Hex424405E2C04Bd058d
Octal44410013654011332013015
Binary10010010010000001011110101100010010111101000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042440; }

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

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

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

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

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

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

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

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