Shades of Medium Blue #2411CB
Tints of Medium Blue #2411CB
RGB
CMYK
RGB Variations
Color information
#2411CB (or 0x2411CB) is known color: Medium Blue. HEX triplet: 24, 11 and CB. RGB value is (36,17,203). Sum of RGB (Red+Green+Blue) = 36+17+203=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #2411CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2411CB is #DBEE34. Grayscale: #2B2B2B. Windows color (decimal): -14413365 or 13308196. OLE color: 13308196.
HSL color Cylindrical-coordinate representation of color #2411CB: hue angle of 246.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2411CB is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 17 | 203 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.20 |
| HSL | 246.13º | 0.85% | 0.43% | - |
| HSV(B) | 246.13º | 0.92% | 0.8% | - |
| XYZ | 11.71 | 5.09 | 56.86 | - |
| YUV | 43.89 | 217.79 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 203 | 0.82 | 0.92 | 0 | 0.20 | 246.13 | 0.85 | 0.43 |
| Hex | 24 | 11 | CB | 52 | 5C | 0 | 14 | F6 | 55 | 2B |
| Octal | 44 | 21 | 313 | 122 | 134 | 0 | 24 | 366 | 125 | 53 |
| Binary | 100100 | 10001 | 11001011 | 1010010 | 1011100 | 0 | 10100 | 11110110 | 1010101 | 101011 |
Color Harmonies of #2411CB
Complementary color
Monochromatic Colors of #2411CB
Black with #2411CB
Text Example
Text Example
White with #2411CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2411CB; }
p { color: rgb(36,17,203); }
H1.HeaderClassName
{
color: #2411CB;
}
.AnyTagClassName
{
color: #2411CB;
}
</style>
background-color css
<style>
a { background-color: #2411CB; }
a { background-color: rgb(36,17,203); }
div.DivClassName
{
background-color: #2411CB;
}
.BgClassName
{
background-color: #2411CB;
}
</style>
border-color css
<style>
span { border-color: #2411CB; }
span { border-color: rgb(36,17,203); }
td.TdClassName
{
border-color: #2411CB;
}
.TagClassName
{
border-color: #2411CB;
}
</style>