Shades of Medium Blue #2309BA
Tints of Medium Blue #2309BA
RGB
CMYK
RGB Variations
Color information
#2309BA (or 0x2309BA) is known color: Medium Blue. HEX triplet: 23, 09 and BA. RGB value is (35,9,186). Sum of RGB (Red+Green+Blue) = 35+9+186=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #2309BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309BA is #DCF645. Grayscale: #242424. Windows color (decimal): -14480966 or 12192035. OLE color: 12192035.
HSL color Cylindrical-coordinate representation of color #2309BA: hue angle of 248.81º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2309BA is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 9 | 186 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.27 |
| HSL | 248.81º | 0.91% | 0.38% | - |
| HSV(B) | 248.81º | 0.95% | 0.73% | - |
| XYZ | 9.65 | 4.1 | 46.74 | - |
| YUV | 36.95 | 212.11 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 186 | 0.81 | 0.95 | 0 | 0.27 | 248.81 | 0.91 | 0.38 |
| Hex | 23 | 9 | BA | 51 | 5F | 0 | 1B | F9 | 5B | 26 |
| Octal | 43 | 11 | 272 | 121 | 137 | 0 | 33 | 371 | 133 | 46 |
| Binary | 100011 | 1001 | 10111010 | 1010001 | 1011111 | 0 | 11011 | 11111001 | 1011011 | 100110 |
Color Harmonies of #2309BA
Complementary color
Monochromatic Colors of #2309BA
Black with #2309BA
Text Example
Text Example
White with #2309BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309BA; }
p { color: rgb(35,9,186); }
H1.HeaderClassName
{
color: #2309BA;
}
.AnyTagClassName
{
color: #2309BA;
}
</style>
background-color css
<style>
a { background-color: #2309BA; }
a { background-color: rgb(35,9,186); }
div.DivClassName
{
background-color: #2309BA;
}
.BgClassName
{
background-color: #2309BA;
}
</style>
border-color css
<style>
span { border-color: #2309BA; }
span { border-color: rgb(35,9,186); }
td.TdClassName
{
border-color: #2309BA;
}
.TagClassName
{
border-color: #2309BA;
}
</style>