#062D48

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

Shades of Blue Whale #062D48

Tints of Blue Whale #062D48

Color information

#062D48 (or 0x062D48) is unknown color: approx Blue Whale. HEX triplet: 06, 2D and 48. RGB value is (6,45,72). Sum of RGB (Red+Green+Blue) = 6+45+72=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #062D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D48 is #F9D2B7. Grayscale: #242424. Windows color (decimal): -16372408 or 4730118. OLE color: 4730118.

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

Color convert

RGB64572-
CMYK0.920.3800.72
HSL204.55º84.62%15.29%-
HSV(B)204.55º91.67%28.24%-
XYZ2.182.386.48-
YUV36.42148.08106.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=4.88%
G=36.59%
B=58.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal645720.920.3800.72204.5584.6215.29
Hex62D485C26048cd55f
Octal65511013446011031512517
Binary11010110110010001011100100110010010001100110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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