Shades of Medium Blue #2303C7
Tints of Medium Blue #2303C7
RGB
CMYK
RGB Variations
Color information
#2303C7 (or 0x2303C7) is known color: Medium Blue. HEX triplet: 23, 03 and C7. RGB value is (35,3,199). Sum of RGB (Red+Green+Blue) = 35+3+199=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 199 (78.12% from 255 or 83.97% from 237); Max value from RGB is 199 - color contains mainly: blue. Hex color #2303C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303C7 is #DCFC38. Grayscale: #222222. Windows color (decimal): -14482489 or 13042467. OLE color: 13042467.
HSL color Cylindrical-coordinate representation of color #2303C7: hue angle of 249.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303C7 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 3 | 199 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.22 |
| HSL | 249.8º | 0.97% | 0.4% | - |
| HSV(B) | 249.8º | 0.98% | 0.78% | - |
| XYZ | 11.03 | 4.55 | 54.33 | - |
| YUV | 34.91 | 220.6 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 199 | 0.82 | 0.98 | 0 | 0.22 | 249.8 | 0.97 | 0.4 |
| Hex | 23 | 3 | C7 | 52 | 62 | 0 | 16 | FA | 61 | 28 |
| Octal | 43 | 3 | 307 | 122 | 142 | 0 | 26 | 372 | 141 | 50 |
| Binary | 100011 | 11 | 11000111 | 1010010 | 1100010 | 0 | 10110 | 11111010 | 1100001 | 101000 |
Color Harmonies of #2303C7
Complementary color
Monochromatic Colors of #2303C7
Black with #2303C7
Text Example
Text Example
White with #2303C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303C7; }
p { color: rgb(35,3,199); }
H1.HeaderClassName
{
color: #2303C7;
}
.AnyTagClassName
{
color: #2303C7;
}
</style>
background-color css
<style>
a { background-color: #2303C7; }
a { background-color: rgb(35,3,199); }
div.DivClassName
{
background-color: #2303C7;
}
.BgClassName
{
background-color: #2303C7;
}
</style>
border-color css
<style>
span { border-color: #2303C7; }
span { border-color: rgb(35,3,199); }
td.TdClassName
{
border-color: #2303C7;
}
.TagClassName
{
border-color: #2303C7;
}
</style>