#062C40

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

Shades of Tangaroa #062C40

Tints of Tangaroa #062C40

Color information

#062C40 (or 0x062C40) is unknown color: approx Tangaroa. HEX triplet: 06, 2C and 40. RGB value is (6,44,64). Sum of RGB (Red+Green+Blue) = 6+44+64=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #062C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C40 is #F9D3BF. Grayscale: #222222. Windows color (decimal): -16372672 or 4205574. OLE color: 4205574.

HSL color Cylindrical-coordinate representation of color #062C40: hue angle of 200.69º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062C40 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64464-
CMYK0.910.3100.75
HSL200.69º82.86%13.73%-
HSV(B)200.69º90.62%25.1%-
XYZ1.92.215.18-
YUV34.92144.41107.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=5.26%
G=38.60%
B=56.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal644640.910.3100.75200.6982.8613.73
Hex62C405B1F04Bc953e
Octal65410013337011331112316
Binary1101011001000000101101111111010010111100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062C40; }

 p { color: rgb(6,44,64); }

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

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

 a { background-color: rgb(6,44,64); }

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

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

 span { border-color: rgb(6,44,64); }

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