Shades of Blue Whale #203549
Tints of Blue Whale #203549
RGB
CMYK
RGB Variations
Color information
#203549 (or 0x203549) is known color: Blue Whale. HEX triplet: 20, 35 and 49. RGB value is (32,53,73). Sum of RGB (Red+Green+Blue) = 32+53+73=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #203549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203549 is #DFCAB6. Grayscale: #303030. Windows color (decimal): -14666423 or 4797728. OLE color: 4797728.
HSL color Cylindrical-coordinate representation of color #203549: hue angle of 209.27º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203549 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 53 | 73 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.71 |
| HSL | 209.27º | 0.39% | 0.21% | - |
| HSV(B) | 209.27º | 0.56% | 0.29% | - |
| XYZ | 3.07 | 3.33 | 6.79 | - |
| YUV | 49 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 73 | 0.56 | 0.27 | 0 | 0.71 | 209.27 | 0.39 | 0.21 |
| Hex | 20 | 35 | 49 | 38 | 1B | 0 | 47 | D1 | 27 | 15 |
| Octal | 40 | 65 | 111 | 70 | 33 | 0 | 107 | 321 | 47 | 25 |
| Binary | 100000 | 110101 | 1001001 | 111000 | 11011 | 0 | 1000111 | 11010001 | 100111 | 10101 |
Color Harmonies of #203549
Complementary color
Monochromatic Colors of #203549
Black with #203549
Text Example
Text Example
White with #203549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203549; }
p { color: rgb(32,53,73); }
H1.HeaderClassName
{
color: #203549;
}
.AnyTagClassName
{
color: #203549;
}
</style>
background-color css
<style>
a { background-color: #203549; }
a { background-color: rgb(32,53,73); }
div.DivClassName
{
background-color: #203549;
}
.BgClassName
{
background-color: #203549;
}
</style>
border-color css
<style>
span { border-color: #203549; }
span { border-color: rgb(32,53,73); }
td.TdClassName
{
border-color: #203549;
}
.TagClassName
{
border-color: #203549;
}
</style>