Shades of Blue Whale #153346
Tints of Blue Whale #153346
RGB
CMYK
RGB Variations
Color information
#153346 (or 0x153346) is known color: Blue Whale. HEX triplet: 15, 33 and 46. RGB value is (21,51,70). Sum of RGB (Red+Green+Blue) = 21+51+70=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #153346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153346 is #EACCB9. Grayscale: #2C2C2C. Windows color (decimal): -15387834 or 4600597. OLE color: 4600597.
HSL color Cylindrical-coordinate representation of color #153346: hue angle of 203.27º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153346 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 51 | 70 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.73 |
| HSL | 203.27º | 0.54% | 0.18% | - |
| HSV(B) | 203.27º | 0.7% | 0.27% | - |
| XYZ | 2.6 | 2.97 | 6.23 | - |
| YUV | 44.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 70 | 0.70 | 0.27 | 0 | 0.73 | 203.27 | 0.54 | 0.18 |
| Hex | 15 | 33 | 46 | 46 | 1B | 0 | 49 | CB | 36 | 12 |
| Octal | 25 | 63 | 106 | 106 | 33 | 0 | 111 | 313 | 66 | 22 |
| Binary | 10101 | 110011 | 1000110 | 1000110 | 11011 | 0 | 1001001 | 11001011 | 110110 | 10010 |
Color Harmonies of #153346
Complementary color
Monochromatic Colors of #153346
Black with #153346
Text Example
Text Example
White with #153346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153346; }
p { color: rgb(21,51,70); }
H1.HeaderClassName
{
color: #153346;
}
.AnyTagClassName
{
color: #153346;
}
</style>
background-color css
<style>
a { background-color: #153346; }
a { background-color: rgb(21,51,70); }
div.DivClassName
{
background-color: #153346;
}
.BgClassName
{
background-color: #153346;
}
</style>
border-color css
<style>
span { border-color: #153346; }
span { border-color: rgb(21,51,70); }
td.TdClassName
{
border-color: #153346;
}
.TagClassName
{
border-color: #153346;
}
</style>