Shades of Medium Blue #230BBA
Tints of Medium Blue #230BBA
RGB
CMYK
RGB Variations
Color information
#230BBA (or 0x230BBA) is known color: Medium Blue. HEX triplet: 23, 0B and BA. RGB value is (35,11,186). Sum of RGB (Red+Green+Blue) = 35+11+186=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #230BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BBA is #DCF445. Grayscale: #252525. Windows color (decimal): -14480454 or 12192547. OLE color: 12192547.
HSL color Cylindrical-coordinate representation of color #230BBA: hue angle of 248.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230BBA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 11 | 186 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.27 |
| HSL | 248.23º | 0.89% | 0.39% | - |
| HSV(B) | 248.23º | 0.94% | 0.73% | - |
| XYZ | 9.68 | 4.14 | 46.74 | - |
| YUV | 38.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 186 | 0.81 | 0.94 | 0 | 0.27 | 248.23 | 0.89 | 0.39 |
| Hex | 23 | B | BA | 51 | 5E | 0 | 1B | F8 | 59 | 27 |
| Octal | 43 | 13 | 272 | 121 | 136 | 0 | 33 | 370 | 131 | 47 |
| Binary | 100011 | 1011 | 10111010 | 1010001 | 1011110 | 0 | 11011 | 11111000 | 1011001 | 100111 |
Color Harmonies of #230BBA
Complementary color
Monochromatic Colors of #230BBA
Black with #230BBA
Text Example
Text Example
White with #230BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230BBA; }
p { color: rgb(35,11,186); }
H1.HeaderClassName
{
color: #230BBA;
}
.AnyTagClassName
{
color: #230BBA;
}
</style>
background-color css
<style>
a { background-color: #230BBA; }
a { background-color: rgb(35,11,186); }
div.DivClassName
{
background-color: #230BBA;
}
.BgClassName
{
background-color: #230BBA;
}
</style>
border-color css
<style>
span { border-color: #230BBA; }
span { border-color: rgb(35,11,186); }
td.TdClassName
{
border-color: #230BBA;
}
.TagClassName
{
border-color: #230BBA;
}
</style>