Shades of Blue Whale #15323F
Tints of Blue Whale #15323F
RGB
CMYK
RGB Variations
Color information
#15323F (or 0x15323F) is known color: Blue Whale. HEX triplet: 15, 32 and 3F. RGB value is (21,50,63). Sum of RGB (Red+Green+Blue) = 21+50+63=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #15323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15323F is #EACDC0. Grayscale: #2A2A2A. Windows color (decimal): -15388097 or 4141589. OLE color: 4141589.
HSL color Cylindrical-coordinate representation of color #15323F: hue angle of 198.57º 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 #15323F is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 50 | 63 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.75 |
| HSL | 198.57º | 0.5% | 0.16% | - |
| HSV(B) | 198.57º | 0.67% | 0.25% | - |
| XYZ | 2.35 | 2.8 | 5.12 | - |
| YUV | 42.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 63 | 0.67 | 0.21 | 0 | 0.75 | 198.57 | 0.5 | 0.16 |
| Hex | 15 | 32 | 3F | 43 | 15 | 0 | 4B | C7 | 32 | 10 |
| Octal | 25 | 62 | 77 | 103 | 25 | 0 | 113 | 307 | 62 | 20 |
| Binary | 10101 | 110010 | 111111 | 1000011 | 10101 | 0 | 1001011 | 11000111 | 110010 | 10000 |
Color Harmonies of #15323F
Complementary color
Monochromatic Colors of #15323F
Black with #15323F
Text Example
Text Example
White with #15323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15323F; }
p { color: rgb(21,50,63); }
H1.HeaderClassName
{
color: #15323F;
}
.AnyTagClassName
{
color: #15323F;
}
</style>
background-color css
<style>
a { background-color: #15323F; }
a { background-color: rgb(21,50,63); }
div.DivClassName
{
background-color: #15323F;
}
.BgClassName
{
background-color: #15323F;
}
</style>
border-color css
<style>
span { border-color: #15323F; }
span { border-color: rgb(21,50,63); }
td.TdClassName
{
border-color: #15323F;
}
.TagClassName
{
border-color: #15323F;
}
</style>