Shades of Medium Blue #2303D1
Tints of Medium Blue #2303D1
RGB
CMYK
RGB Variations
Color information
#2303D1 (or 0x2303D1) is known color: Medium Blue. HEX triplet: 23, 03 and D1. RGB value is (35,3,209). Sum of RGB (Red+Green+Blue) = 35+3+209=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 209 (82.03% from 255 or 84.62% from 247); Max value from RGB is 209 - color contains mainly: blue. Hex color #2303D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303D1 is #DCFC2E. Grayscale: #232323. Windows color (decimal): -14482479 or 13697827. OLE color: 13697827.
HSL color Cylindrical-coordinate representation of color #2303D1: hue angle of 249.32º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2303D1 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 3 | 209 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.18 |
| HSL | 249.32º | 0.97% | 0.42% | - |
| HSV(B) | 249.32º | 0.99% | 0.82% | - |
| XYZ | 12.23 | 5.03 | 60.65 | - |
| YUV | 36.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 209 | 0.83 | 0.99 | 0 | 0.18 | 249.32 | 0.97 | 0.42 |
| Hex | 23 | 3 | D1 | 53 | 63 | 0 | 12 | F9 | 61 | 2A |
| Octal | 43 | 3 | 321 | 123 | 143 | 0 | 22 | 371 | 141 | 52 |
| Binary | 100011 | 11 | 11010001 | 1010011 | 1100011 | 0 | 10010 | 11111001 | 1100001 | 101010 |
Color Harmonies of #2303D1
Complementary color
Monochromatic Colors of #2303D1
Black with #2303D1
Text Example
Text Example
White with #2303D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303D1; }
p { color: rgb(35,3,209); }
H1.HeaderClassName
{
color: #2303D1;
}
.AnyTagClassName
{
color: #2303D1;
}
</style>
background-color css
<style>
a { background-color: #2303D1; }
a { background-color: rgb(35,3,209); }
div.DivClassName
{
background-color: #2303D1;
}
.BgClassName
{
background-color: #2303D1;
}
</style>
border-color css
<style>
span { border-color: #2303D1; }
span { border-color: rgb(35,3,209); }
td.TdClassName
{
border-color: #2303D1;
}
.TagClassName
{
border-color: #2303D1;
}
</style>