Shades of Medium Blue #2303B7
Tints of Medium Blue #2303B7
RGB
CMYK
RGB Variations
Color information
#2303B7 (or 0x2303B7) is known color: Medium Blue. HEX triplet: 23, 03 and B7. RGB value is (35,3,183). Sum of RGB (Red+Green+Blue) = 35+3+183=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 183 (71.88% from 255 or 82.81% from 221); Max value from RGB is 183 - color contains mainly: blue. Hex color #2303B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303B7 is #DCFC48. Grayscale: #202020. Windows color (decimal): -14482505 or 11993891. OLE color: 11993891.
HSL color Cylindrical-coordinate representation of color #2303B7: hue angle of 250.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303B7 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 3 | 183 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.28 |
| HSL | 250.67º | 0.97% | 0.36% | - |
| HSV(B) | 250.67º | 0.98% | 0.72% | - |
| XYZ | 9.27 | 3.84 | 45.05 | - |
| YUV | 33.09 | 212.6 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 183 | 0.81 | 0.98 | 0 | 0.28 | 250.67 | 0.97 | 0.36 |
| Hex | 23 | 3 | B7 | 51 | 62 | 0 | 1C | FB | 61 | 24 |
| Octal | 43 | 3 | 267 | 121 | 142 | 0 | 34 | 373 | 141 | 44 |
| Binary | 100011 | 11 | 10110111 | 1010001 | 1100010 | 0 | 11100 | 11111011 | 1100001 | 100100 |
Color Harmonies of #2303B7
Complementary color
Monochromatic Colors of #2303B7
Black with #2303B7
Text Example
Text Example
White with #2303B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303B7; }
p { color: rgb(35,3,183); }
H1.HeaderClassName
{
color: #2303B7;
}
.AnyTagClassName
{
color: #2303B7;
}
</style>
background-color css
<style>
a { background-color: #2303B7; }
a { background-color: rgb(35,3,183); }
div.DivClassName
{
background-color: #2303B7;
}
.BgClassName
{
background-color: #2303B7;
}
</style>
border-color css
<style>
span { border-color: #2303B7; }
span { border-color: rgb(35,3,183); }
td.TdClassName
{
border-color: #2303B7;
}
.TagClassName
{
border-color: #2303B7;
}
</style>