Shades of Blue Whale #15343F
Tints of Blue Whale #15343F
RGB
CMYK
RGB Variations
Color information
#15343F (or 0x15343F) is known color: Blue Whale. HEX triplet: 15, 34 and 3F. RGB value is (21,52,63). Sum of RGB (Red+Green+Blue) = 21+52+63=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #15343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15343F is #EACBC0. Grayscale: #2B2B2B. Windows color (decimal): -15387585 or 4142101. OLE color: 4142101.
HSL color Cylindrical-coordinate representation of color #15343F: hue angle of 195.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15343F is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 52 | 63 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.75 |
| HSL | 195.71º | 0.5% | 0.16% | - |
| HSV(B) | 195.71º | 0.67% | 0.25% | - |
| XYZ | 2.43 | 2.97 | 5.15 | - |
| YUV | 43.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 63 | 0.67 | 0.17 | 0 | 0.75 | 195.71 | 0.5 | 0.16 |
| Hex | 15 | 34 | 3F | 43 | 11 | 0 | 4B | C4 | 32 | 10 |
| Octal | 25 | 64 | 77 | 103 | 21 | 0 | 113 | 304 | 62 | 20 |
| Binary | 10101 | 110100 | 111111 | 1000011 | 10001 | 0 | 1001011 | 11000100 | 110010 | 10000 |
Color Harmonies of #15343F
Complementary color
Monochromatic Colors of #15343F
Black with #15343F
Text Example
Text Example
White with #15343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15343F; }
p { color: rgb(21,52,63); }
H1.HeaderClassName
{
color: #15343F;
}
.AnyTagClassName
{
color: #15343F;
}
</style>
background-color css
<style>
a { background-color: #15343F; }
a { background-color: rgb(21,52,63); }
div.DivClassName
{
background-color: #15343F;
}
.BgClassName
{
background-color: #15343F;
}
</style>
border-color css
<style>
span { border-color: #15343F; }
span { border-color: rgb(21,52,63); }
td.TdClassName
{
border-color: #15343F;
}
.TagClassName
{
border-color: #15343F;
}
</style>