#062C3D

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

Shades of Tangaroa #062C3D

Tints of Tangaroa #062C3D

Color information

#062C3D (or 0x062C3D) is unknown color: approx Tangaroa. HEX triplet: 06, 2C and 3D. RGB value is (6,44,61). Sum of RGB (Red+Green+Blue) = 6+44+61=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #062C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C3D is #F9D3C2. Grayscale: #222222. Windows color (decimal): -16372675 or 4008966. OLE color: 4008966.

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

Color convert

RGB64461-
CMYK0.900.2800.76
HSL198.55º82.09%13.14%-
HSV(B)198.55º90.16%23.92%-
XYZ1.822.184.74-
YUV34.58142.91107.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 61 (24.22% from 255) = 54.95%
R=5.41%
G=39.64%
B=54.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal644610.900.2800.76198.5582.0913.14
Hex62C3D5A1C04Cc752d
Octal6547513234011430712215
Binary110101100111101101101011100010011001100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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