Shades of Blue Whale #003249
Tints of Blue Whale #003249
RGB
CMYK
RGB Variations
Color information
#003249 (or 0x003249) is known color: Blue Whale. HEX triplet: 00, 32 and 49. RGB value is (0,50,73). Sum of RGB (Red+Green+Blue) = 0+50+73=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #003249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003249 is #FFCDB6. Grayscale: #252525. Windows color (decimal): -16764343 or 4796928. OLE color: 4796928.
HSL color Cylindrical-coordinate representation of color #003249: hue angle of 198.9º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003249 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 50 | 73 | - |
| CMYK | 1 | 0.32 | 0 | 0.71 |
| HSL | 198.9º | 1% | 0.14% | - |
| HSV(B) | 198.9º | 1% | 0.29% | - |
| XYZ | 2.34 | 2.76 | 6.71 | - |
| YUV | 37.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 73 | 1 | 0.32 | 0 | 0.71 | 198.9 | 1 | 0.14 |
| Hex | 0 | 32 | 49 | 64 | 20 | 0 | 47 | C7 | 64 | E |
| Octal | 0 | 62 | 111 | 144 | 40 | 0 | 107 | 307 | 144 | 16 |
| Binary | 0 | 110010 | 1001001 | 1100100 | 100000 | 0 | 1000111 | 11000111 | 1100100 | 1110 |
Color Harmonies of #003249
Complementary color
Monochromatic Colors of #003249
Black with #003249
Text Example
Text Example
White with #003249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003249; }
p { color: rgb(0,50,73); }
H1.HeaderClassName
{
color: #003249;
}
.AnyTagClassName
{
color: #003249;
}
</style>
background-color css
<style>
a { background-color: #003249; }
a { background-color: rgb(0,50,73); }
div.DivClassName
{
background-color: #003249;
}
.BgClassName
{
background-color: #003249;
}
</style>
border-color css
<style>
span { border-color: #003249; }
span { border-color: rgb(0,50,73); }
td.TdClassName
{
border-color: #003249;
}
.TagClassName
{
border-color: #003249;
}
</style>