#042640

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

Shades of Tangaroa #042640

Tints of Tangaroa #042640

Color information

#042640 (or 0x042640) is unknown color: approx Tangaroa. HEX triplet: 04, 26 and 40. RGB value is (4,38,64). Sum of RGB (Red+Green+Blue) = 4+38+64=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #042640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042640 is #FBD9BF. Grayscale: #1E1E1E. Windows color (decimal): -16505280 or 4204036. OLE color: 4204036.

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

Color convert

RGB43864-
CMYK0.940.4100.75
HSL206º88.24%13.33%-
HSV(B)206º93.75%25.1%-
XYZ1.671.785.11-
YUV30.8146.74108.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=3.77%
G=35.85%
B=60.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal438640.940.4100.7520688.2413.33
Hex426405E2904Bce58d
Octal44610013651011331613015
Binary10010011010000001011110101001010010111100111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042640; }

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

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

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

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

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

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

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

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