#042740

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

Shades of Tangaroa #042740

Tints of Tangaroa #042740

Color information

#042740 (or 0x042740) is unknown color: approx Tangaroa. HEX triplet: 04, 27 and 40. RGB value is (4,39,64). Sum of RGB (Red+Green+Blue) = 4+39+64=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #042740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042740 is #FBD8BF. Grayscale: #1F1F1F. Windows color (decimal): -16505024 or 4204292. OLE color: 4204292.

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

Color convert

RGB43964-
CMYK0.940.3900.75
HSL205º88.24%13.33%-
HSV(B)205º93.75%25.1%-
XYZ1.71.855.12-
YUV31.38146.4108.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=3.74%
G=36.45%
B=59.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal439640.940.3900.7520588.2413.33
Hex427405E2704Bcd58d
Octal44710013647011331513015
Binary10010011110000001011110100111010010111100110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042740; }

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

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

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

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

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

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

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

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