Shades of Medium Blue #2303DE
Tints of Medium Blue #2303DE
RGB
CMYK
RGB Variations
Color information
#2303DE (or 0x2303DE) is known color: Medium Blue. HEX triplet: 23, 03 and DE. RGB value is (35,3,222). Sum of RGB (Red+Green+Blue) = 35+3+222=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 222 (87.11% from 255 or 85.38% from 260); Max value from RGB is 222 - color contains mainly: blue. Hex color #2303DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303DE is #DCFC21. Grayscale: #242424. Windows color (decimal): -14482466 or 14549795. OLE color: 14549795.
HSL color Cylindrical-coordinate representation of color #2303DE: hue angle of 248.77º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2303DE is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 3 | 222 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.13 |
| HSL | 248.77º | 0.97% | 0.44% | - |
| HSV(B) | 248.77º | 0.99% | 0.87% | - |
| XYZ | 13.91 | 5.7 | 69.47 | - |
| YUV | 37.53 | 232.1 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 222 | 0.84 | 0.99 | 0 | 0.13 | 248.77 | 0.97 | 0.44 |
| Hex | 23 | 3 | DE | 54 | 63 | 0 | D | F9 | 61 | 2C |
| Octal | 43 | 3 | 336 | 124 | 143 | 0 | 15 | 371 | 141 | 54 |
| Binary | 100011 | 11 | 11011110 | 1010100 | 1100011 | 0 | 1101 | 11111001 | 1100001 | 101100 |
Color Harmonies of #2303DE
Complementary color
Monochromatic Colors of #2303DE
Black with #2303DE
Text Example
Text Example
White with #2303DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303DE; }
p { color: rgb(35,3,222); }
H1.HeaderClassName
{
color: #2303DE;
}
.AnyTagClassName
{
color: #2303DE;
}
</style>
background-color css
<style>
a { background-color: #2303DE; }
a { background-color: rgb(35,3,222); }
div.DivClassName
{
background-color: #2303DE;
}
.BgClassName
{
background-color: #2303DE;
}
</style>
border-color css
<style>
span { border-color: #2303DE; }
span { border-color: rgb(35,3,222); }
td.TdClassName
{
border-color: #2303DE;
}
.TagClassName
{
border-color: #2303DE;
}
</style>