#062C3B

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

Shades of Tangaroa #062C3B

Tints of Tangaroa #062C3B

Color information

#062C3B (or 0x062C3B) is unknown color: approx Tangaroa. HEX triplet: 06, 2C and 3B. RGB value is (6,44,59). Sum of RGB (Red+Green+Blue) = 6+44+59=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #062C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C3B is #F9D3C4. Grayscale: #222222. Windows color (decimal): -16372677 or 3877894. OLE color: 3877894.

HSL color Cylindrical-coordinate representation of color #062C3B: hue angle of 196.98º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062C3B is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB64459-
CMYK0.900.2500.77
HSL196.98º81.54%12.75%-
HSV(B)196.98º89.83%23.14%-
XYZ1.772.164.46-
YUV34.35141.91107.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 59 (23.44% from 255) = 54.13%
R=5.50%
G=40.37%
B=54.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal644590.900.2500.77196.9881.5412.75
Hex62C3B5A1904Dc552d
Octal6547313231011530512215
Binary110101100111011101101011001010011011100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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