Shades of Blue Whale #153349
Tints of Blue Whale #153349
RGB
CMYK
RGB Variations
Color information
#153349 (or 0x153349) is known color: Blue Whale. HEX triplet: 15, 33 and 49. RGB value is (21,51,73). Sum of RGB (Red+Green+Blue) = 21+51+73=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #153349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153349 is #EACCB6. Grayscale: #2C2C2C. Windows color (decimal): -15387831 or 4797205. OLE color: 4797205.
HSL color Cylindrical-coordinate representation of color #153349: hue angle of 205.38º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153349 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 51 | 73 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.71 |
| HSL | 205.38º | 0.55% | 0.18% | - |
| HSV(B) | 205.38º | 0.71% | 0.29% | - |
| XYZ | 2.7 | 3.01 | 6.74 | - |
| YUV | 44.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 73 | 0.71 | 0.30 | 0 | 0.71 | 205.38 | 0.55 | 0.18 |
| Hex | 15 | 33 | 49 | 47 | 1E | 0 | 47 | CD | 37 | 12 |
| Octal | 25 | 63 | 111 | 107 | 36 | 0 | 107 | 315 | 67 | 22 |
| Binary | 10101 | 110011 | 1001001 | 1000111 | 11110 | 0 | 1000111 | 11001101 | 110111 | 10010 |
Color Harmonies of #153349
Complementary color
Monochromatic Colors of #153349
Black with #153349
Text Example
Text Example
White with #153349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153349; }
p { color: rgb(21,51,73); }
H1.HeaderClassName
{
color: #153349;
}
.AnyTagClassName
{
color: #153349;
}
</style>
background-color css
<style>
a { background-color: #153349; }
a { background-color: rgb(21,51,73); }
div.DivClassName
{
background-color: #153349;
}
.BgClassName
{
background-color: #153349;
}
</style>
border-color css
<style>
span { border-color: #153349; }
span { border-color: rgb(21,51,73); }
td.TdClassName
{
border-color: #153349;
}
.TagClassName
{
border-color: #153349;
}
</style>