Shades of Blue Whale #203445
Tints of Blue Whale #203445
RGB
CMYK
RGB Variations
Color information
#203445 (or 0x203445) is known color: Blue Whale. HEX triplet: 20, 34 and 45. RGB value is (32,52,69). Sum of RGB (Red+Green+Blue) = 32+52+69=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #203445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203445 is #DFCBBA. Grayscale: #2F2F2F. Windows color (decimal): -14666683 or 4535328. OLE color: 4535328.
HSL color Cylindrical-coordinate representation of color #203445: hue angle of 207.57º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #203445 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 52 | 69 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.73 |
| HSL | 207.57º | 0.37% | 0.2% | - |
| HSV(B) | 207.57º | 0.54% | 0.27% | - |
| XYZ | 2.9 | 3.19 | 6.09 | - |
| YUV | 47.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 69 | 0.54 | 0.25 | 0 | 0.73 | 207.57 | 0.37 | 0.2 |
| Hex | 20 | 34 | 45 | 36 | 19 | 0 | 49 | D0 | 25 | 14 |
| Octal | 40 | 64 | 105 | 66 | 31 | 0 | 111 | 320 | 45 | 24 |
| Binary | 100000 | 110100 | 1000101 | 110110 | 11001 | 0 | 1001001 | 11010000 | 100101 | 10100 |
Color Harmonies of #203445
Complementary color
Monochromatic Colors of #203445
Black with #203445
Text Example
Text Example
White with #203445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203445; }
p { color: rgb(32,52,69); }
H1.HeaderClassName
{
color: #203445;
}
.AnyTagClassName
{
color: #203445;
}
</style>
background-color css
<style>
a { background-color: #203445; }
a { background-color: rgb(32,52,69); }
div.DivClassName
{
background-color: #203445;
}
.BgClassName
{
background-color: #203445;
}
</style>
border-color css
<style>
span { border-color: #203445; }
span { border-color: rgb(32,52,69); }
td.TdClassName
{
border-color: #203445;
}
.TagClassName
{
border-color: #203445;
}
</style>