Shades of Blue Whale #15344A
Tints of Blue Whale #15344A
RGB
CMYK
RGB Variations
Color information
#15344A (or 0x15344A) is known color: Blue Whale. HEX triplet: 15, 34 and 4A. RGB value is (21,52,74). Sum of RGB (Red+Green+Blue) = 21+52+74=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #15344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15344A is #EACBB5. Grayscale: #2D2D2D. Windows color (decimal): -15387574 or 4862997. OLE color: 4862997.
HSL color Cylindrical-coordinate representation of color #15344A: hue angle of 204.91º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15344A is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 52 | 74 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.71 |
| HSL | 204.91º | 0.56% | 0.19% | - |
| HSV(B) | 204.91º | 0.72% | 0.29% | - |
| XYZ | 2.77 | 3.11 | 6.93 | - |
| YUV | 45.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 74 | 0.72 | 0.30 | 0 | 0.71 | 204.91 | 0.56 | 0.19 |
| Hex | 15 | 34 | 4A | 48 | 1E | 0 | 47 | CD | 38 | 13 |
| Octal | 25 | 64 | 112 | 110 | 36 | 0 | 107 | 315 | 70 | 23 |
| Binary | 10101 | 110100 | 1001010 | 1001000 | 11110 | 0 | 1000111 | 11001101 | 111000 | 10011 |
Color Harmonies of #15344A
Complementary color
Monochromatic Colors of #15344A
Black with #15344A
Text Example
Text Example
White with #15344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15344A; }
p { color: rgb(21,52,74); }
H1.HeaderClassName
{
color: #15344A;
}
.AnyTagClassName
{
color: #15344A;
}
</style>
background-color css
<style>
a { background-color: #15344A; }
a { background-color: rgb(21,52,74); }
div.DivClassName
{
background-color: #15344A;
}
.BgClassName
{
background-color: #15344A;
}
</style>
border-color css
<style>
span { border-color: #15344A; }
span { border-color: rgb(21,52,74); }
td.TdClassName
{
border-color: #15344A;
}
.TagClassName
{
border-color: #15344A;
}
</style>