Shades of Medium Blue #2303BC
Tints of Medium Blue #2303BC
RGB
CMYK
RGB Variations
Color information
#2303BC (or 0x2303BC) is known color: Medium Blue. HEX triplet: 23, 03 and BC. RGB value is (35,3,188). Sum of RGB (Red+Green+Blue) = 35+3+188=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #2303BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303BC is #DCFC43. Grayscale: #202020. Windows color (decimal): -14482500 or 12321571. OLE color: 12321571.
HSL color Cylindrical-coordinate representation of color #2303BC: hue angle of 250.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303BC is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 3 | 188 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.26 |
| HSL | 250.38º | 0.97% | 0.37% | - |
| HSV(B) | 250.38º | 0.98% | 0.74% | - |
| XYZ | 9.8 | 4.05 | 47.84 | - |
| YUV | 33.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 188 | 0.81 | 0.98 | 0 | 0.26 | 250.38 | 0.97 | 0.37 |
| Hex | 23 | 3 | BC | 51 | 62 | 0 | 1A | FA | 61 | 25 |
| Octal | 43 | 3 | 274 | 121 | 142 | 0 | 32 | 372 | 141 | 45 |
| Binary | 100011 | 11 | 10111100 | 1010001 | 1100010 | 0 | 11010 | 11111010 | 1100001 | 100101 |
Color Harmonies of #2303BC
Complementary color
Monochromatic Colors of #2303BC
Black with #2303BC
Text Example
Text Example
White with #2303BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303BC; }
p { color: rgb(35,3,188); }
H1.HeaderClassName
{
color: #2303BC;
}
.AnyTagClassName
{
color: #2303BC;
}
</style>
background-color css
<style>
a { background-color: #2303BC; }
a { background-color: rgb(35,3,188); }
div.DivClassName
{
background-color: #2303BC;
}
.BgClassName
{
background-color: #2303BC;
}
</style>
border-color css
<style>
span { border-color: #2303BC; }
span { border-color: rgb(35,3,188); }
td.TdClassName
{
border-color: #2303BC;
}
.TagClassName
{
border-color: #2303BC;
}
</style>