Shades of Blue Whale #062E44
Tints of Blue Whale #062E44
RGB
CMYK
RGB Variations
Color information
#062E44 (or 0x062E44) is known color: Blue Whale. HEX triplet: 06, 2E and 44. RGB value is (6,46,68). Sum of RGB (Red+Green+Blue) = 6+46+68=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #062E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E44 is #F9D1BB. Grayscale: #242424. Windows color (decimal): -16372156 or 4468230. OLE color: 4468230.
HSL color Cylindrical-coordinate representation of color #062E44: hue angle of 201.29º 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 #062E44 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 46 | 68 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.73 |
| HSL | 201.29º | 0.84% | 0.15% | - |
| HSV(B) | 201.29º | 0.91% | 0.27% | - |
| XYZ | 2.1 | 2.41 | 5.82 | - |
| YUV | 36.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 68 | 0.91 | 0.32 | 0 | 0.73 | 201.29 | 0.84 | 0.15 |
| Hex | 6 | 2E | 44 | 5B | 20 | 0 | 49 | C9 | 54 | F |
| Octal | 6 | 56 | 104 | 133 | 40 | 0 | 111 | 311 | 124 | 17 |
| Binary | 110 | 101110 | 1000100 | 1011011 | 100000 | 0 | 1001001 | 11001001 | 1010100 | 1111 |
Color Harmonies of #062E44
Complementary color
Monochromatic Colors of #062E44
Black with #062E44
Text Example
Text Example
White with #062E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E44; }
p { color: rgb(6,46,68); }
H1.HeaderClassName
{
color: #062E44;
}
.AnyTagClassName
{
color: #062E44;
}
</style>
background-color css
<style>
a { background-color: #062E44; }
a { background-color: rgb(6,46,68); }
div.DivClassName
{
background-color: #062E44;
}
.BgClassName
{
background-color: #062E44;
}
</style>
border-color css
<style>
span { border-color: #062E44; }
span { border-color: rgb(6,46,68); }
td.TdClassName
{
border-color: #062E44;
}
.TagClassName
{
border-color: #062E44;
}
</style>