Shades of Blue Whale #11323D
Tints of Blue Whale #11323D
RGB
CMYK
RGB Variations
Color information
#11323D (or 0x11323D) is known color: Blue Whale. HEX triplet: 11, 32 and 3D. RGB value is (17,50,61). Sum of RGB (Red+Green+Blue) = 17+50+61=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #11323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11323D is #EECDC2. Grayscale: #292929. Windows color (decimal): -15650243 or 4010513. OLE color: 4010513.
HSL color Cylindrical-coordinate representation of color #11323D: hue angle of 195º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11323D is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 50 | 61 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.76 |
| HSL | 195º | 0.56% | 0.15% | - |
| HSV(B) | 195º | 0.72% | 0.24% | - |
| XYZ | 2.21 | 2.74 | 4.83 | - |
| YUV | 41.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 61 | 0.72 | 0.18 | 0 | 0.76 | 195 | 0.56 | 0.15 |
| Hex | 11 | 32 | 3D | 48 | 12 | 0 | 4C | C3 | 38 | F |
| Octal | 21 | 62 | 75 | 110 | 22 | 0 | 114 | 303 | 70 | 17 |
| Binary | 10001 | 110010 | 111101 | 1001000 | 10010 | 0 | 1001100 | 11000011 | 111000 | 1111 |
Color Harmonies of #11323D
Complementary color
Monochromatic Colors of #11323D
Black with #11323D
Text Example
Text Example
White with #11323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11323D; }
p { color: rgb(17,50,61); }
H1.HeaderClassName
{
color: #11323D;
}
.AnyTagClassName
{
color: #11323D;
}
</style>
background-color css
<style>
a { background-color: #11323D; }
a { background-color: rgb(17,50,61); }
div.DivClassName
{
background-color: #11323D;
}
.BgClassName
{
background-color: #11323D;
}
</style>
border-color css
<style>
span { border-color: #11323D; }
span { border-color: rgb(17,50,61); }
td.TdClassName
{
border-color: #11323D;
}
.TagClassName
{
border-color: #11323D;
}
</style>