Shades of Medium Blue #2303D2
Tints of Medium Blue #2303D2
RGB
CMYK
RGB Variations
Color information
#2303D2 (or 0x2303D2) is known color: Medium Blue. HEX triplet: 23, 03 and D2. RGB value is (35,3,210). Sum of RGB (Red+Green+Blue) = 35+3+210=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 210 (82.42% from 255 or 84.68% from 248); Max value from RGB is 210 - color contains mainly: blue. Hex color #2303D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303D2 is #DCFC2D. Grayscale: #232323. Windows color (decimal): -14482478 or 13763363. OLE color: 13763363.
HSL color Cylindrical-coordinate representation of color #2303D2: hue angle of 249.28º 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 #2303D2 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 3 | 210 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.18 |
| HSL | 249.28º | 0.97% | 0.42% | - |
| HSV(B) | 249.28º | 0.99% | 0.82% | - |
| XYZ | 12.36 | 5.08 | 61.3 | - |
| YUV | 36.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 210 | 0.83 | 0.99 | 0 | 0.18 | 249.28 | 0.97 | 0.42 |
| Hex | 23 | 3 | D2 | 53 | 63 | 0 | 12 | F9 | 61 | 2A |
| Octal | 43 | 3 | 322 | 123 | 143 | 0 | 22 | 371 | 141 | 52 |
| Binary | 100011 | 11 | 11010010 | 1010011 | 1100011 | 0 | 10010 | 11111001 | 1100001 | 101010 |
Color Harmonies of #2303D2
Complementary color
Monochromatic Colors of #2303D2
Black with #2303D2
Text Example
Text Example
White with #2303D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303D2; }
p { color: rgb(35,3,210); }
H1.HeaderClassName
{
color: #2303D2;
}
.AnyTagClassName
{
color: #2303D2;
}
</style>
background-color css
<style>
a { background-color: #2303D2; }
a { background-color: rgb(35,3,210); }
div.DivClassName
{
background-color: #2303D2;
}
.BgClassName
{
background-color: #2303D2;
}
</style>
border-color css
<style>
span { border-color: #2303D2; }
span { border-color: rgb(35,3,210); }
td.TdClassName
{
border-color: #2303D2;
}
.TagClassName
{
border-color: #2303D2;
}
</style>