Shades of Medium Blue #2304BC
Tints of Medium Blue #2304BC
RGB
CMYK
RGB Variations
Color information
#2304BC (or 0x2304BC) is known color: Medium Blue. HEX triplet: 23, 04 and BC. RGB value is (35,4,188). Sum of RGB (Red+Green+Blue) = 35+4+188=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #2304BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2304BC is #DCFB43. Grayscale: #212121. Windows color (decimal): -14482244 or 12321827. OLE color: 12321827.
HSL color Cylindrical-coordinate representation of color #2304BC: hue angle of 250.11º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2304BC is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 4 | 188 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.26 |
| HSL | 250.11º | 0.96% | 0.38% | - |
| HSV(B) | 250.11º | 0.98% | 0.74% | - |
| XYZ | 9.81 | 4.07 | 47.85 | - |
| YUV | 34.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 188 | 0.81 | 0.98 | 0 | 0.26 | 250.11 | 0.96 | 0.38 |
| Hex | 23 | 4 | BC | 51 | 62 | 0 | 1A | FA | 60 | 26 |
| Octal | 43 | 4 | 274 | 121 | 142 | 0 | 32 | 372 | 140 | 46 |
| Binary | 100011 | 100 | 10111100 | 1010001 | 1100010 | 0 | 11010 | 11111010 | 1100000 | 100110 |
Color Harmonies of #2304BC
Complementary color
Monochromatic Colors of #2304BC
Black with #2304BC
Text Example
Text Example
White with #2304BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2304BC; }
p { color: rgb(35,4,188); }
H1.HeaderClassName
{
color: #2304BC;
}
.AnyTagClassName
{
color: #2304BC;
}
</style>
background-color css
<style>
a { background-color: #2304BC; }
a { background-color: rgb(35,4,188); }
div.DivClassName
{
background-color: #2304BC;
}
.BgClassName
{
background-color: #2304BC;
}
</style>
border-color css
<style>
span { border-color: #2304BC; }
span { border-color: rgb(35,4,188); }
td.TdClassName
{
border-color: #2304BC;
}
.TagClassName
{
border-color: #2304BC;
}
</style>