Shades of Medium Blue #2312CF
Tints of Medium Blue #2312CF
RGB
CMYK
RGB Variations
Color information
#2312CF (or 0x2312CF) is known color: Medium Blue. HEX triplet: 23, 12 and CF. RGB value is (35,18,207). Sum of RGB (Red+Green+Blue) = 35+18+207=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #2312CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312CF is #DCED30. Grayscale: #2B2B2B. Windows color (decimal): -14478641 or 13570595. OLE color: 13570595.
HSL color Cylindrical-coordinate representation of color #2312CF: hue angle of 245.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2312CF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 18 | 207 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.19 |
| HSL | 245.4º | 0.84% | 0.44% | - |
| HSV(B) | 245.4º | 0.91% | 0.81% | - |
| XYZ | 12.17 | 5.29 | 59.41 | - |
| YUV | 44.63 | 219.63 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 207 | 0.83 | 0.91 | 0 | 0.19 | 245.4 | 0.84 | 0.44 |
| Hex | 23 | 12 | CF | 53 | 5B | 0 | 13 | F5 | 54 | 2C |
| Octal | 43 | 22 | 317 | 123 | 133 | 0 | 23 | 365 | 124 | 54 |
| Binary | 100011 | 10010 | 11001111 | 1010011 | 1011011 | 0 | 10011 | 11110101 | 1010100 | 101100 |
Color Harmonies of #2312CF
Complementary color
Monochromatic Colors of #2312CF
Black with #2312CF
Text Example
Text Example
White with #2312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312CF; }
p { color: rgb(35,18,207); }
H1.HeaderClassName
{
color: #2312CF;
}
.AnyTagClassName
{
color: #2312CF;
}
</style>
background-color css
<style>
a { background-color: #2312CF; }
a { background-color: rgb(35,18,207); }
div.DivClassName
{
background-color: #2312CF;
}
.BgClassName
{
background-color: #2312CF;
}
</style>
border-color css
<style>
span { border-color: #2312CF; }
span { border-color: rgb(35,18,207); }
td.TdClassName
{
border-color: #2312CF;
}
.TagClassName
{
border-color: #2312CF;
}
</style>