Shades of Medium Blue #230CBC
Tints of Medium Blue #230CBC
RGB
CMYK
RGB Variations
Color information
#230CBC (or 0x230CBC) is known color: Medium Blue. HEX triplet: 23, 0C and BC. RGB value is (35,12,188). Sum of RGB (Red+Green+Blue) = 35+12+188=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #230CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230CBC is #DCF343. Grayscale: #262626. Windows color (decimal): -14480196 or 12323875. OLE color: 12323875.
HSL color Cylindrical-coordinate representation of color #230CBC: hue angle of 247.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230CBC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 12 | 188 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.26 |
| HSL | 247.84º | 0.88% | 0.39% | - |
| HSV(B) | 247.84º | 0.94% | 0.74% | - |
| XYZ | 9.9 | 4.25 | 47.88 | - |
| YUV | 38.94 | 212.12 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 188 | 0.81 | 0.94 | 0 | 0.26 | 247.84 | 0.88 | 0.39 |
| Hex | 23 | C | BC | 51 | 5E | 0 | 1A | F8 | 58 | 27 |
| Octal | 43 | 14 | 274 | 121 | 136 | 0 | 32 | 370 | 130 | 47 |
| Binary | 100011 | 1100 | 10111100 | 1010001 | 1011110 | 0 | 11010 | 11111000 | 1011000 | 100111 |
Color Harmonies of #230CBC
Complementary color
Monochromatic Colors of #230CBC
Black with #230CBC
Text Example
Text Example
White with #230CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230CBC; }
p { color: rgb(35,12,188); }
H1.HeaderClassName
{
color: #230CBC;
}
.AnyTagClassName
{
color: #230CBC;
}
</style>
background-color css
<style>
a { background-color: #230CBC; }
a { background-color: rgb(35,12,188); }
div.DivClassName
{
background-color: #230CBC;
}
.BgClassName
{
background-color: #230CBC;
}
</style>
border-color css
<style>
span { border-color: #230CBC; }
span { border-color: rgb(35,12,188); }
td.TdClassName
{
border-color: #230CBC;
}
.TagClassName
{
border-color: #230CBC;
}
</style>