Shades of Medium Blue #2304BA
Tints of Medium Blue #2304BA
RGB
CMYK
RGB Variations
Color information
#2304BA (or 0x2304BA) is known color: Medium Blue. HEX triplet: 23, 04 and BA. RGB value is (35,4,186). Sum of RGB (Red+Green+Blue) = 35+4+186=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #2304BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2304BA is #DCFB45. Grayscale: #212121. Windows color (decimal): -14482246 or 12190755. OLE color: 12190755.
HSL color Cylindrical-coordinate representation of color #2304BA: hue angle of 250.22º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2304BA is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 4 | 186 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.27 |
| HSL | 250.22º | 0.96% | 0.37% | - |
| HSV(B) | 250.22º | 0.98% | 0.73% | - |
| XYZ | 9.6 | 3.99 | 46.72 | - |
| YUV | 34.02 | 213.77 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 186 | 0.81 | 0.98 | 0 | 0.27 | 250.22 | 0.96 | 0.37 |
| Hex | 23 | 4 | BA | 51 | 62 | 0 | 1B | FA | 60 | 25 |
| Octal | 43 | 4 | 272 | 121 | 142 | 0 | 33 | 372 | 140 | 45 |
| Binary | 100011 | 100 | 10111010 | 1010001 | 1100010 | 0 | 11011 | 11111010 | 1100000 | 100101 |
Color Harmonies of #2304BA
Complementary color
Monochromatic Colors of #2304BA
Black with #2304BA
Text Example
Text Example
White with #2304BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2304BA; }
p { color: rgb(35,4,186); }
H1.HeaderClassName
{
color: #2304BA;
}
.AnyTagClassName
{
color: #2304BA;
}
</style>
background-color css
<style>
a { background-color: #2304BA; }
a { background-color: rgb(35,4,186); }
div.DivClassName
{
background-color: #2304BA;
}
.BgClassName
{
background-color: #2304BA;
}
</style>
border-color css
<style>
span { border-color: #2304BA; }
span { border-color: rgb(35,4,186); }
td.TdClassName
{
border-color: #2304BA;
}
.TagClassName
{
border-color: #2304BA;
}
</style>