#062349

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

Shades of Tangaroa #062349

Tints of Tangaroa #062349

Color information

#062349 (or 0x062349) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 49. RGB value is (6,35,73). Sum of RGB (Red+Green+Blue) = 6+35+73=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #062349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062349 is #F9DCB6. Grayscale: #1E1E1E. Windows color (decimal): -16374967 or 4793094. OLE color: 4793094.

HSL color Cylindrical-coordinate representation of color #062349: hue angle of 214.03º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062349 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63573-
CMYK0.920.5200.71
HSL214.03º84.81%15.49%-
HSV(B)214.03º91.78%28.63%-
XYZ1.881.726.54-
YUV30.66151.89110.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=5.26%
G=30.70%
B=64.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal635730.920.5200.71214.0384.8115.49
Hex623495C34047d655f
Octal64311113464010732612517
Binary11010001110010011011100110100010001111101011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062349; }

 p { color: rgb(6,35,73); }

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

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

 a { background-color: rgb(6,35,73); }

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

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

 span { border-color: rgb(6,35,73); }

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