Shades of Blue Whale #11344B
Tints of Blue Whale #11344B
RGB
CMYK
RGB Variations
Color information
#11344B (or 0x11344B) is known color: Blue Whale. HEX triplet: 11, 34 and 4B. RGB value is (17,52,75). Sum of RGB (Red+Green+Blue) = 17+52+75=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #11344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11344B is #EECBB4. Grayscale: #2C2C2C. Windows color (decimal): -15649717 or 4928529. OLE color: 4928529.
HSL color Cylindrical-coordinate representation of color #11344B: hue angle of 203.79º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11344B is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 52 | 75 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.71 |
| HSL | 203.79º | 0.63% | 0.18% | - |
| HSV(B) | 203.79º | 0.77% | 0.29% | - |
| XYZ | 2.73 | 3.08 | 7.11 | - |
| YUV | 44.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 75 | 0.77 | 0.31 | 0 | 0.71 | 203.79 | 0.63 | 0.18 |
| Hex | 11 | 34 | 4B | 4D | 1F | 0 | 47 | CC | 3F | 12 |
| Octal | 21 | 64 | 113 | 115 | 37 | 0 | 107 | 314 | 77 | 22 |
| Binary | 10001 | 110100 | 1001011 | 1001101 | 11111 | 0 | 1000111 | 11001100 | 111111 | 10010 |
Color Harmonies of #11344B
Complementary color
Monochromatic Colors of #11344B
Black with #11344B
Text Example
Text Example
White with #11344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11344B; }
p { color: rgb(17,52,75); }
H1.HeaderClassName
{
color: #11344B;
}
.AnyTagClassName
{
color: #11344B;
}
</style>
background-color css
<style>
a { background-color: #11344B; }
a { background-color: rgb(17,52,75); }
div.DivClassName
{
background-color: #11344B;
}
.BgClassName
{
background-color: #11344B;
}
</style>
border-color css
<style>
span { border-color: #11344B; }
span { border-color: rgb(17,52,75); }
td.TdClassName
{
border-color: #11344B;
}
.TagClassName
{
border-color: #11344B;
}
</style>