Shades of Blue Whale #062D44
Tints of Blue Whale #062D44
RGB
CMYK
RGB Variations
Color information
#062D44 (or 0x062D44) is known color: Blue Whale. HEX triplet: 06, 2D and 44. RGB value is (6,45,68). Sum of RGB (Red+Green+Blue) = 6+45+68=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #062D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D44 is #F9D2BB. Grayscale: #232323. Windows color (decimal): -16372412 or 4467974. OLE color: 4467974.
HSL color Cylindrical-coordinate representation of color #062D44: hue angle of 202.26º 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 #062D44 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 45 | 68 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.73 |
| HSL | 202.26º | 0.84% | 0.15% | - |
| HSV(B) | 202.26º | 0.91% | 0.27% | - |
| XYZ | 2.06 | 2.33 | 5.81 | - |
| YUV | 35.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 68 | 0.91 | 0.34 | 0 | 0.73 | 202.26 | 0.84 | 0.15 |
| Hex | 6 | 2D | 44 | 5B | 22 | 0 | 49 | CA | 54 | F |
| Octal | 6 | 55 | 104 | 133 | 42 | 0 | 111 | 312 | 124 | 17 |
| Binary | 110 | 101101 | 1000100 | 1011011 | 100010 | 0 | 1001001 | 11001010 | 1010100 | 1111 |
Color Harmonies of #062D44
Complementary color
Monochromatic Colors of #062D44
Black with #062D44
Text Example
Text Example
White with #062D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D44; }
p { color: rgb(6,45,68); }
H1.HeaderClassName
{
color: #062D44;
}
.AnyTagClassName
{
color: #062D44;
}
</style>
background-color css
<style>
a { background-color: #062D44; }
a { background-color: rgb(6,45,68); }
div.DivClassName
{
background-color: #062D44;
}
.BgClassName
{
background-color: #062D44;
}
</style>
border-color css
<style>
span { border-color: #062D44; }
span { border-color: rgb(6,45,68); }
td.TdClassName
{
border-color: #062D44;
}
.TagClassName
{
border-color: #062D44;
}
</style>