Shades of Medium Blue #2311CF
Tints of Medium Blue #2311CF
RGB
CMYK
RGB Variations
Color information
#2311CF (or 0x2311CF) is known color: Medium Blue. HEX triplet: 23, 11 and CF. RGB value is (35,17,207). Sum of RGB (Red+Green+Blue) = 35+17+207=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #2311CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311CF is #DCEE30. Grayscale: #2B2B2B. Windows color (decimal): -14478897 or 13570339. OLE color: 13570339.
HSL color Cylindrical-coordinate representation of color #2311CF: hue angle of 245.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2311CF is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 17 | 207 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.19 |
| HSL | 245.68º | 0.85% | 0.44% | - |
| HSV(B) | 245.68º | 0.92% | 0.81% | - |
| XYZ | 12.16 | 5.26 | 59.41 | - |
| YUV | 44.04 | 219.96 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 207 | 0.83 | 0.92 | 0 | 0.19 | 245.68 | 0.85 | 0.44 |
| Hex | 23 | 11 | CF | 53 | 5C | 0 | 13 | F6 | 55 | 2C |
| Octal | 43 | 21 | 317 | 123 | 134 | 0 | 23 | 366 | 125 | 54 |
| Binary | 100011 | 10001 | 11001111 | 1010011 | 1011100 | 0 | 10011 | 11110110 | 1010101 | 101100 |
Color Harmonies of #2311CF
Complementary color
Monochromatic Colors of #2311CF
Black with #2311CF
Text Example
Text Example
White with #2311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311CF; }
p { color: rgb(35,17,207); }
H1.HeaderClassName
{
color: #2311CF;
}
.AnyTagClassName
{
color: #2311CF;
}
</style>
background-color css
<style>
a { background-color: #2311CF; }
a { background-color: rgb(35,17,207); }
div.DivClassName
{
background-color: #2311CF;
}
.BgClassName
{
background-color: #2311CF;
}
</style>
border-color css
<style>
span { border-color: #2311CF; }
span { border-color: rgb(35,17,207); }
td.TdClassName
{
border-color: #2311CF;
}
.TagClassName
{
border-color: #2311CF;
}
</style>