#062538

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

Shades of Tangaroa #062538

Tints of Tangaroa #062538

Color information

#062538 (or 0x062538) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 38. RGB value is (6,37,56). Sum of RGB (Red+Green+Blue) = 6+37+56=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #062538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062538 is #F9DAC7. Grayscale: #1D1D1D. Windows color (decimal): -16374472 or 3679494. OLE color: 3679494.

HSL color Cylindrical-coordinate representation of color #062538: hue angle of 202.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062538 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB63756-
CMYK0.890.3400.78
HSL202.8º80.65%12.16%-
HSV(B)202.8º89.29%21.96%-
XYZ1.451.653.98-
YUV29.9142.73110.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=6.06%
G=37.37%
B=56.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal637560.890.3400.78202.880.6512.16
Hex62538592204Ecb51c
Octal6457013142011631312114
Binary1101001011110001011001100010010011101100101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062538; }

 p { color: rgb(6,37,56); }

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

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

 a { background-color: rgb(6,37,56); }

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

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

 span { border-color: rgb(6,37,56); }

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