Shades of Medium Blue #2305BC
Tints of Medium Blue #2305BC
RGB
CMYK
RGB Variations
Color information
#2305BC (or 0x2305BC) is known color: Medium Blue. HEX triplet: 23, 05 and BC. RGB value is (35,5,188). Sum of RGB (Red+Green+Blue) = 35+5+188=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #2305BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2305BC is #DCFA43. Grayscale: #222222. Windows color (decimal): -14481988 or 12322083. OLE color: 12322083.
HSL color Cylindrical-coordinate representation of color #2305BC: hue angle of 249.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2305BC is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 5 | 188 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.26 |
| HSL | 249.84º | 0.95% | 0.38% | - |
| HSV(B) | 249.84º | 0.97% | 0.74% | - |
| XYZ | 9.82 | 4.1 | 47.85 | - |
| YUV | 34.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 188 | 0.81 | 0.97 | 0 | 0.26 | 249.84 | 0.95 | 0.38 |
| Hex | 23 | 5 | BC | 51 | 61 | 0 | 1A | FA | 5F | 26 |
| Octal | 43 | 5 | 274 | 121 | 141 | 0 | 32 | 372 | 137 | 46 |
| Binary | 100011 | 101 | 10111100 | 1010001 | 1100001 | 0 | 11010 | 11111010 | 1011111 | 100110 |
Color Harmonies of #2305BC
Complementary color
Monochromatic Colors of #2305BC
Black with #2305BC
Text Example
Text Example
White with #2305BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2305BC; }
p { color: rgb(35,5,188); }
H1.HeaderClassName
{
color: #2305BC;
}
.AnyTagClassName
{
color: #2305BC;
}
</style>
background-color css
<style>
a { background-color: #2305BC; }
a { background-color: rgb(35,5,188); }
div.DivClassName
{
background-color: #2305BC;
}
.BgClassName
{
background-color: #2305BC;
}
</style>
border-color css
<style>
span { border-color: #2305BC; }
span { border-color: rgb(35,5,188); }
td.TdClassName
{
border-color: #2305BC;
}
.TagClassName
{
border-color: #2305BC;
}
</style>