#062E48

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

Shades of Blue Whale #062E48

Tints of Blue Whale #062E48

Color information

#062E48 (or 0x062E48) is unknown color: approx Blue Whale. HEX triplet: 06, 2E and 48. RGB value is (6,46,72). Sum of RGB (Red+Green+Blue) = 6+46+72=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #062E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E48 is #F9D1B7. Grayscale: #242424. Windows color (decimal): -16372152 or 4730374. OLE color: 4730374.

HSL color Cylindrical-coordinate representation of color #062E48: hue angle of 203.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062E48 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64672-
CMYK0.920.3600.72
HSL203.64º84.62%15.29%-
HSV(B)203.64º91.67%28.24%-
XYZ2.222.466.49-
YUV37147.75105.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 72 (28.52% from 255) = 58.06%
R=4.84%
G=37.10%
B=58.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal646720.920.3600.72203.6484.6215.29
Hex62E485C24048cc55f
Octal65611013444011031412517
Binary11010111010010001011100100100010010001100110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,72); }

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

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

 a { background-color: rgb(6,46,72); }

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

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

 span { border-color: rgb(6,46,72); }

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