Shades of Medium Blue #2303C5
Tints of Medium Blue #2303C5
RGB
CMYK
RGB Variations
Color information
#2303C5 (or 0x2303C5) is known color: Medium Blue. HEX triplet: 23, 03 and C5. RGB value is (35,3,197). Sum of RGB (Red+Green+Blue) = 35+3+197=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 197 (77.34% from 255 or 83.83% from 235); Max value from RGB is 197 - color contains mainly: blue. Hex color #2303C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303C5 is #DCFC3A. Grayscale: #212121. Windows color (decimal): -14482491 or 12911395. OLE color: 12911395.
HSL color Cylindrical-coordinate representation of color #2303C5: hue angle of 249.9º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303C5 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 3 | 197 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.23 |
| HSL | 249.9º | 0.97% | 0.39% | - |
| HSV(B) | 249.9º | 0.98% | 0.77% | - |
| XYZ | 10.8 | 4.45 | 53.11 | - |
| YUV | 34.68 | 219.6 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 197 | 0.82 | 0.98 | 0 | 0.23 | 249.9 | 0.97 | 0.39 |
| Hex | 23 | 3 | C5 | 52 | 62 | 0 | 17 | FA | 61 | 27 |
| Octal | 43 | 3 | 305 | 122 | 142 | 0 | 27 | 372 | 141 | 47 |
| Binary | 100011 | 11 | 11000101 | 1010010 | 1100010 | 0 | 10111 | 11111010 | 1100001 | 100111 |
Color Harmonies of #2303C5
Complementary color
Monochromatic Colors of #2303C5
Black with #2303C5
Text Example
Text Example
White with #2303C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303C5; }
p { color: rgb(35,3,197); }
H1.HeaderClassName
{
color: #2303C5;
}
.AnyTagClassName
{
color: #2303C5;
}
</style>
background-color css
<style>
a { background-color: #2303C5; }
a { background-color: rgb(35,3,197); }
div.DivClassName
{
background-color: #2303C5;
}
.BgClassName
{
background-color: #2303C5;
}
</style>
border-color css
<style>
span { border-color: #2303C5; }
span { border-color: rgb(35,3,197); }
td.TdClassName
{
border-color: #2303C5;
}
.TagClassName
{
border-color: #2303C5;
}
</style>