Shades of Medium Blue #2312D0
Tints of Medium Blue #2312D0
RGB
CMYK
RGB Variations
Color information
#2312D0 (or 0x2312D0) is known color: Medium Blue. HEX triplet: 23, 12 and D0. RGB value is (35,18,208). Sum of RGB (Red+Green+Blue) = 35+18+208=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 208 (81.64% from 255 or 79.69% from 261); Max value from RGB is 208 - color contains mainly: blue. Hex color #2312D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312D0 is #DCED2F. Grayscale: #2C2C2C. Windows color (decimal): -14478640 or 13636131. OLE color: 13636131.
HSL color Cylindrical-coordinate representation of color #2312D0: hue angle of 245.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2312D0 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 18 | 208 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.18 |
| HSL | 245.37º | 0.84% | 0.44% | - |
| HSV(B) | 245.37º | 0.91% | 0.82% | - |
| XYZ | 12.29 | 5.34 | 60.06 | - |
| YUV | 44.74 | 220.13 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 208 | 0.83 | 0.91 | 0 | 0.18 | 245.37 | 0.84 | 0.44 |
| Hex | 23 | 12 | D0 | 53 | 5B | 0 | 12 | F5 | 54 | 2C |
| Octal | 43 | 22 | 320 | 123 | 133 | 0 | 22 | 365 | 124 | 54 |
| Binary | 100011 | 10010 | 11010000 | 1010011 | 1011011 | 0 | 10010 | 11110101 | 1010100 | 101100 |
Color Harmonies of #2312D0
Complementary color
Monochromatic Colors of #2312D0
Black with #2312D0
Text Example
Text Example
White with #2312D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312D0; }
p { color: rgb(35,18,208); }
H1.HeaderClassName
{
color: #2312D0;
}
.AnyTagClassName
{
color: #2312D0;
}
</style>
background-color css
<style>
a { background-color: #2312D0; }
a { background-color: rgb(35,18,208); }
div.DivClassName
{
background-color: #2312D0;
}
.BgClassName
{
background-color: #2312D0;
}
</style>
border-color css
<style>
span { border-color: #2312D0; }
span { border-color: rgb(35,18,208); }
td.TdClassName
{
border-color: #2312D0;
}
.TagClassName
{
border-color: #2312D0;
}
</style>