#062B3F

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

Shades of Tangaroa #062B3F

Tints of Tangaroa #062B3F

Color information

#062B3F (or 0x062B3F) is unknown color: approx Tangaroa. HEX triplet: 06, 2B and 3F. RGB value is (6,43,63). Sum of RGB (Red+Green+Blue) = 6+43+63=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #062B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B3F is #F9D4C0. Grayscale: #222222. Windows color (decimal): -16372929 or 4139782. OLE color: 4139782.

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

Color convert

RGB64363-
CMYK0.900.3200.75
HSL201.05º82.61%13.53%-
HSV(B)201.05º90.48%24.71%-
XYZ1.842.135.02-
YUV34.22144.24107.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 63 (25% from 255) = 56.25%
R=5.36%
G=38.39%
B=56.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal643630.900.3200.75201.0582.6113.53
Hex62B3F5A2004Bc953e
Octal6537713240011331112316
Binary1101010111111111011010100000010010111100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,63); }

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

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

 a { background-color: rgb(6,43,63); }

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

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

 span { border-color: rgb(6,43,63); }

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