#062F44

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

Shades of Blue Whale #062F44

Tints of Blue Whale #062F44

Color information

#062F44 (or 0x062F44) is unknown color: approx Blue Whale. HEX triplet: 06, 2F and 44. RGB value is (6,47,68). Sum of RGB (Red+Green+Blue) = 6+47+68=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #062F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F44 is #F9D0BB. Grayscale: #252525. Windows color (decimal): -16371900 or 4468486. OLE color: 4468486.

HSL color Cylindrical-coordinate representation of color #062F44: hue angle of 200.32º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062F44 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB64768-
CMYK0.910.3100.73
HSL200.32º83.78%14.51%-
HSV(B)200.32º91.18%26.67%-
XYZ2.142.495.84-
YUV37.14145.42105.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=4.96%
G=38.84%
B=56.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal647680.910.3100.73200.3283.7814.51
Hex62F445B1F049c854f
Octal65710413337011131012417
Binary1101011111000100101101111111010010011100100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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