Shades of Blue Whale #153342
Tints of Blue Whale #153342
RGB
CMYK
RGB Variations
Color information
#153342 (or 0x153342) is known color: Blue Whale. HEX triplet: 15, 33 and 42. RGB value is (21,51,66). Sum of RGB (Red+Green+Blue) = 21+51+66=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #153342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153342 is #EACCBD. Grayscale: #2B2B2B. Windows color (decimal): -15387838 or 4338453. OLE color: 4338453.
HSL color Cylindrical-coordinate representation of color #153342: hue angle of 200º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153342 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 51 | 66 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.74 |
| HSL | 200º | 0.52% | 0.17% | - |
| HSV(B) | 200º | 0.68% | 0.26% | - |
| XYZ | 2.48 | 2.92 | 5.59 | - |
| YUV | 43.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 66 | 0.68 | 0.23 | 0 | 0.74 | 200 | 0.52 | 0.17 |
| Hex | 15 | 33 | 42 | 44 | 17 | 0 | 4A | C8 | 34 | 11 |
| Octal | 25 | 63 | 102 | 104 | 27 | 0 | 112 | 310 | 64 | 21 |
| Binary | 10101 | 110011 | 1000010 | 1000100 | 10111 | 0 | 1001010 | 11001000 | 110100 | 10001 |
Color Harmonies of #153342
Complementary color
Monochromatic Colors of #153342
Black with #153342
Text Example
Text Example
White with #153342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153342; }
p { color: rgb(21,51,66); }
H1.HeaderClassName
{
color: #153342;
}
.AnyTagClassName
{
color: #153342;
}
</style>
background-color css
<style>
a { background-color: #153342; }
a { background-color: rgb(21,51,66); }
div.DivClassName
{
background-color: #153342;
}
.BgClassName
{
background-color: #153342;
}
</style>
border-color css
<style>
span { border-color: #153342; }
span { border-color: rgb(21,51,66); }
td.TdClassName
{
border-color: #153342;
}
.TagClassName
{
border-color: #153342;
}
</style>