#062F48

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

Shades of Blue Whale #062F48

Tints of Blue Whale #062F48

Color information

#062F48 (or 0x062F48) is unknown color: approx Blue Whale. HEX triplet: 06, 2F and 48. RGB value is (6,47,72). Sum of RGB (Red+Green+Blue) = 6+47+72=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #062F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F48 is #F9D0B7. Grayscale: #252525. Windows color (decimal): -16371896 or 4730630. OLE color: 4730630.

HSL color Cylindrical-coordinate representation of color #062F48: hue angle of 202.73º 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 #062F48 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64772-
CMYK0.920.3500.72
HSL202.73º84.62%15.29%-
HSV(B)202.73º91.67%28.24%-
XYZ2.262.546.5-
YUV37.59147.42105.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=4.8%
G=37.6%
B=57.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647720.920.3500.72202.7384.6215.29
Hex62F485C23048cb55f
Octal65711013443011031312517
Binary11010111110010001011100100011010010001100101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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