Shades of Blue Whale #062F3E
Tints of Blue Whale #062F3E
RGB
CMYK
RGB Variations
Color information
#062F3E (or 0x062F3E) is known color: Blue Whale. HEX triplet: 06, 2F and 3E. RGB value is (6,47,62). Sum of RGB (Red+Green+Blue) = 6+47+62=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #062F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F3E is #F9D0C1. Grayscale: #242424. Windows color (decimal): -16371906 or 4075270. OLE color: 4075270.
HSL color Cylindrical-coordinate representation of color #062F3E: hue angle of 196.07º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062F3E is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 47 | 62 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.76 |
| HSL | 196.07º | 0.82% | 0.13% | - |
| HSV(B) | 196.07º | 0.9% | 0.24% | - |
| XYZ | 1.96 | 2.42 | 4.92 | - |
| YUV | 36.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 62 | 0.90 | 0.24 | 0 | 0.76 | 196.07 | 0.82 | 0.13 |
| Hex | 6 | 2F | 3E | 5A | 18 | 0 | 4C | C4 | 52 | D |
| Octal | 6 | 57 | 76 | 132 | 30 | 0 | 114 | 304 | 122 | 15 |
| Binary | 110 | 101111 | 111110 | 1011010 | 11000 | 0 | 1001100 | 11000100 | 1010010 | 1101 |
Color Harmonies of #062F3E
Complementary color
Monochromatic Colors of #062F3E
Black with #062F3E
Text Example
Text Example
White with #062F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F3E; }
p { color: rgb(6,47,62); }
H1.HeaderClassName
{
color: #062F3E;
}
.AnyTagClassName
{
color: #062F3E;
}
</style>
background-color css
<style>
a { background-color: #062F3E; }
a { background-color: rgb(6,47,62); }
div.DivClassName
{
background-color: #062F3E;
}
.BgClassName
{
background-color: #062F3E;
}
</style>
border-color css
<style>
span { border-color: #062F3E; }
span { border-color: rgb(6,47,62); }
td.TdClassName
{
border-color: #062F3E;
}
.TagClassName
{
border-color: #062F3E;
}
</style>