Shades of Blue Whale #15344F
Tints of Blue Whale #15344F
RGB
CMYK
RGB Variations
Color information
#15344F (or 0x15344F) is known color: Blue Whale. HEX triplet: 15, 34 and 4F. RGB value is (21,52,79). Sum of RGB (Red+Green+Blue) = 21+52+79=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #15344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15344F is #EACBB0. Grayscale: #2D2D2D. Windows color (decimal): -15387569 or 5190677. OLE color: 5190677.
HSL color Cylindrical-coordinate representation of color #15344F: hue angle of 207.93º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15344F is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 52 | 79 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.69 |
| HSL | 207.93º | 0.58% | 0.2% | - |
| HSV(B) | 207.93º | 0.73% | 0.31% | - |
| XYZ | 2.95 | 3.18 | 7.86 | - |
| YUV | 45.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 79 | 0.73 | 0.34 | 0 | 0.69 | 207.93 | 0.58 | 0.2 |
| Hex | 15 | 34 | 4F | 49 | 22 | 0 | 45 | D0 | 3A | 14 |
| Octal | 25 | 64 | 117 | 111 | 42 | 0 | 105 | 320 | 72 | 24 |
| Binary | 10101 | 110100 | 1001111 | 1001001 | 100010 | 0 | 1000101 | 11010000 | 111010 | 10100 |
Color Harmonies of #15344F
Complementary color
Monochromatic Colors of #15344F
Black with #15344F
Text Example
Text Example
White with #15344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15344F; }
p { color: rgb(21,52,79); }
H1.HeaderClassName
{
color: #15344F;
}
.AnyTagClassName
{
color: #15344F;
}
</style>
background-color css
<style>
a { background-color: #15344F; }
a { background-color: rgb(21,52,79); }
div.DivClassName
{
background-color: #15344F;
}
.BgClassName
{
background-color: #15344F;
}
</style>
border-color css
<style>
span { border-color: #15344F; }
span { border-color: rgb(21,52,79); }
td.TdClassName
{
border-color: #15344F;
}
.TagClassName
{
border-color: #15344F;
}
</style>