Shades of Blue Whale #15344C
Tints of Blue Whale #15344C
RGB
CMYK
RGB Variations
Color information
#15344C (or 0x15344C) is known color: Blue Whale. HEX triplet: 15, 34 and 4C. RGB value is (21,52,76). Sum of RGB (Red+Green+Blue) = 21+52+76=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #15344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15344C is #EACBB3. Grayscale: #2D2D2D. Windows color (decimal): -15387572 or 4994069. OLE color: 4994069.
HSL color Cylindrical-coordinate representation of color #15344C: hue angle of 206.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15344C is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 52 | 76 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.70 |
| HSL | 206.18º | 0.57% | 0.19% | - |
| HSV(B) | 206.18º | 0.72% | 0.3% | - |
| XYZ | 2.84 | 3.14 | 7.29 | - |
| YUV | 45.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 76 | 0.72 | 0.32 | 0 | 0.70 | 206.18 | 0.57 | 0.19 |
| Hex | 15 | 34 | 4C | 48 | 20 | 0 | 46 | CE | 39 | 13 |
| Octal | 25 | 64 | 114 | 110 | 40 | 0 | 106 | 316 | 71 | 23 |
| Binary | 10101 | 110100 | 1001100 | 1001000 | 100000 | 0 | 1000110 | 11001110 | 111001 | 10011 |
Color Harmonies of #15344C
Complementary color
Monochromatic Colors of #15344C
Black with #15344C
Text Example
Text Example
White with #15344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15344C; }
p { color: rgb(21,52,76); }
H1.HeaderClassName
{
color: #15344C;
}
.AnyTagClassName
{
color: #15344C;
}
</style>
background-color css
<style>
a { background-color: #15344C; }
a { background-color: rgb(21,52,76); }
div.DivClassName
{
background-color: #15344C;
}
.BgClassName
{
background-color: #15344C;
}
</style>
border-color css
<style>
span { border-color: #15344C; }
span { border-color: rgb(21,52,76); }
td.TdClassName
{
border-color: #15344C;
}
.TagClassName
{
border-color: #15344C;
}
</style>