Shades of Medium Blue #2306CB
Tints of Medium Blue #2306CB
RGB
CMYK
RGB Variations
Color information
#2306CB (or 0x2306CB) is known color: Medium Blue. HEX triplet: 23, 06 and CB. RGB value is (35,6,203). Sum of RGB (Red+Green+Blue) = 35+6+203=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 203 (79.69% from 255 or 83.20% from 244); Max value from RGB is 203 - color contains mainly: blue. Hex color #2306CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2306CB is #DCF934. Grayscale: #242424. Windows color (decimal): -14481717 or 13305379. OLE color: 13305379.
HSL color Cylindrical-coordinate representation of color #2306CB: hue angle of 248.83º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2306CB is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 6 | 203 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.20 |
| HSL | 248.83º | 0.94% | 0.41% | - |
| HSV(B) | 248.83º | 0.97% | 0.8% | - |
| XYZ | 11.54 | 4.8 | 56.82 | - |
| YUV | 37.13 | 221.61 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 203 | 0.83 | 0.97 | 0 | 0.20 | 248.83 | 0.94 | 0.41 |
| Hex | 23 | 6 | CB | 53 | 61 | 0 | 14 | F9 | 5E | 29 |
| Octal | 43 | 6 | 313 | 123 | 141 | 0 | 24 | 371 | 136 | 51 |
| Binary | 100011 | 110 | 11001011 | 1010011 | 1100001 | 0 | 10100 | 11111001 | 1011110 | 101001 |
Color Harmonies of #2306CB
Complementary color
Monochromatic Colors of #2306CB
Black with #2306CB
Text Example
Text Example
White with #2306CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2306CB; }
p { color: rgb(35,6,203); }
H1.HeaderClassName
{
color: #2306CB;
}
.AnyTagClassName
{
color: #2306CB;
}
</style>
background-color css
<style>
a { background-color: #2306CB; }
a { background-color: rgb(35,6,203); }
div.DivClassName
{
background-color: #2306CB;
}
.BgClassName
{
background-color: #2306CB;
}
</style>
border-color css
<style>
span { border-color: #2306CB; }
span { border-color: rgb(35,6,203); }
td.TdClassName
{
border-color: #2306CB;
}
.TagClassName
{
border-color: #2306CB;
}
</style>