Shades of Medium Blue #2303B9
Tints of Medium Blue #2303B9
RGB
CMYK
RGB Variations
Color information
#2303B9 (or 0x2303B9) is known color: Medium Blue. HEX triplet: 23, 03 and B9. RGB value is (35,3,185). Sum of RGB (Red+Green+Blue) = 35+3+185=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #2303B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303B9 is #DCFC46. Grayscale: #202020. Windows color (decimal): -14482503 or 12124963. OLE color: 12124963.
HSL color Cylindrical-coordinate representation of color #2303B9: hue angle of 250.55º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303B9 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 3 | 185 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.27 |
| HSL | 250.55º | 0.97% | 0.37% | - |
| HSV(B) | 250.55º | 0.98% | 0.73% | - |
| XYZ | 9.48 | 3.93 | 46.16 | - |
| YUV | 33.32 | 213.6 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 185 | 0.81 | 0.98 | 0 | 0.27 | 250.55 | 0.97 | 0.37 |
| Hex | 23 | 3 | B9 | 51 | 62 | 0 | 1B | FB | 61 | 25 |
| Octal | 43 | 3 | 271 | 121 | 142 | 0 | 33 | 373 | 141 | 45 |
| Binary | 100011 | 11 | 10111001 | 1010001 | 1100010 | 0 | 11011 | 11111011 | 1100001 | 100101 |
Color Harmonies of #2303B9
Complementary color
Monochromatic Colors of #2303B9
Black with #2303B9
Text Example
Text Example
White with #2303B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303B9; }
p { color: rgb(35,3,185); }
H1.HeaderClassName
{
color: #2303B9;
}
.AnyTagClassName
{
color: #2303B9;
}
</style>
background-color css
<style>
a { background-color: #2303B9; }
a { background-color: rgb(35,3,185); }
div.DivClassName
{
background-color: #2303B9;
}
.BgClassName
{
background-color: #2303B9;
}
</style>
border-color css
<style>
span { border-color: #2303B9; }
span { border-color: rgb(35,3,185); }
td.TdClassName
{
border-color: #2303B9;
}
.TagClassName
{
border-color: #2303B9;
}
</style>