Shades of Blue Whale #15364C
Tints of Blue Whale #15364C
RGB
CMYK
RGB Variations
Color information
#15364C (or 0x15364C) is known color: Blue Whale. HEX triplet: 15, 36 and 4C. RGB value is (21,54,76). Sum of RGB (Red+Green+Blue) = 21+54+76=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #15364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15364C is #EAC9B3. Grayscale: #2E2E2E. Windows color (decimal): -15387060 or 4994581. OLE color: 4994581.
HSL color Cylindrical-coordinate representation of color #15364C: hue angle of 204º 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 #15364C is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 54 | 76 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.70 |
| HSL | 204º | 0.57% | 0.19% | - |
| HSV(B) | 204º | 0.72% | 0.3% | - |
| XYZ | 2.93 | 3.32 | 7.32 | - |
| YUV | 46.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 76 | 0.72 | 0.29 | 0 | 0.70 | 204 | 0.57 | 0.19 |
| Hex | 15 | 36 | 4C | 48 | 1D | 0 | 46 | CC | 39 | 13 |
| Octal | 25 | 66 | 114 | 110 | 35 | 0 | 106 | 314 | 71 | 23 |
| Binary | 10101 | 110110 | 1001100 | 1001000 | 11101 | 0 | 1000110 | 11001100 | 111001 | 10011 |
Color Harmonies of #15364C
Complementary color
Monochromatic Colors of #15364C
Black with #15364C
Text Example
Text Example
White with #15364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15364C; }
p { color: rgb(21,54,76); }
H1.HeaderClassName
{
color: #15364C;
}
.AnyTagClassName
{
color: #15364C;
}
</style>
background-color css
<style>
a { background-color: #15364C; }
a { background-color: rgb(21,54,76); }
div.DivClassName
{
background-color: #15364C;
}
.BgClassName
{
background-color: #15364C;
}
</style>
border-color css
<style>
span { border-color: #15364C; }
span { border-color: rgb(21,54,76); }
td.TdClassName
{
border-color: #15364C;
}
.TagClassName
{
border-color: #15364C;
}
</style>