Shades of Blue Whale #153347
Tints of Blue Whale #153347
RGB
CMYK
RGB Variations
Color information
#153347 (or 0x153347) is known color: Blue Whale. HEX triplet: 15, 33 and 47. RGB value is (21,51,71). Sum of RGB (Red+Green+Blue) = 21+51+71=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #153347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153347 is #EACCB8. Grayscale: #2C2C2C. Windows color (decimal): -15387833 or 4666133. OLE color: 4666133.
HSL color Cylindrical-coordinate representation of color #153347: hue angle of 204º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153347 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 51 | 71 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.72 |
| HSL | 204º | 0.54% | 0.18% | - |
| HSV(B) | 204º | 0.7% | 0.28% | - |
| XYZ | 2.63 | 2.98 | 6.4 | - |
| YUV | 44.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 71 | 0.70 | 0.28 | 0 | 0.72 | 204 | 0.54 | 0.18 |
| Hex | 15 | 33 | 47 | 46 | 1C | 0 | 48 | CC | 36 | 12 |
| Octal | 25 | 63 | 107 | 106 | 34 | 0 | 110 | 314 | 66 | 22 |
| Binary | 10101 | 110011 | 1000111 | 1000110 | 11100 | 0 | 1001000 | 11001100 | 110110 | 10010 |
Color Harmonies of #153347
Complementary color
Monochromatic Colors of #153347
Black with #153347
Text Example
Text Example
White with #153347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153347; }
p { color: rgb(21,51,71); }
H1.HeaderClassName
{
color: #153347;
}
.AnyTagClassName
{
color: #153347;
}
</style>
background-color css
<style>
a { background-color: #153347; }
a { background-color: rgb(21,51,71); }
div.DivClassName
{
background-color: #153347;
}
.BgClassName
{
background-color: #153347;
}
</style>
border-color css
<style>
span { border-color: #153347; }
span { border-color: rgb(21,51,71); }
td.TdClassName
{
border-color: #153347;
}
.TagClassName
{
border-color: #153347;
}
</style>