Shades of Medium Blue #2312BF
Tints of Medium Blue #2312BF
RGB
CMYK
RGB Variations
Color information
#2312BF (or 0x2312BF) is known color: Medium Blue. HEX triplet: 23, 12 and BF. RGB value is (35,18,191). Sum of RGB (Red+Green+Blue) = 35+18+191=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #2312BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312BF is #DCED40. Grayscale: #2A2A2A. Windows color (decimal): -14478657 or 12522019. OLE color: 12522019.
HSL color Cylindrical-coordinate representation of color #2312BF: hue angle of 245.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2312BF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 18 | 191 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.25 |
| HSL | 245.9º | 0.83% | 0.41% | - |
| HSV(B) | 245.9º | 0.91% | 0.75% | - |
| XYZ | 10.31 | 4.55 | 49.63 | - |
| YUV | 42.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 191 | 0.82 | 0.91 | 0 | 0.25 | 245.9 | 0.83 | 0.41 |
| Hex | 23 | 12 | BF | 52 | 5B | 0 | 19 | F6 | 53 | 29 |
| Octal | 43 | 22 | 277 | 122 | 133 | 0 | 31 | 366 | 123 | 51 |
| Binary | 100011 | 10010 | 10111111 | 1010010 | 1011011 | 0 | 11001 | 11110110 | 1010011 | 101001 |
Color Harmonies of #2312BF
Complementary color
Monochromatic Colors of #2312BF
Black with #2312BF
Text Example
Text Example
White with #2312BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312BF; }
p { color: rgb(35,18,191); }
H1.HeaderClassName
{
color: #2312BF;
}
.AnyTagClassName
{
color: #2312BF;
}
</style>
background-color css
<style>
a { background-color: #2312BF; }
a { background-color: rgb(35,18,191); }
div.DivClassName
{
background-color: #2312BF;
}
.BgClassName
{
background-color: #2312BF;
}
</style>
border-color css
<style>
span { border-color: #2312BF; }
span { border-color: rgb(35,18,191); }
td.TdClassName
{
border-color: #2312BF;
}
.TagClassName
{
border-color: #2312BF;
}
</style>