Shades of Medium Blue #2307BC
Tints of Medium Blue #2307BC
RGB
CMYK
RGB Variations
Color information
#2307BC (or 0x2307BC) is known color: Medium Blue. HEX triplet: 23, 07 and BC. RGB value is (35,7,188). Sum of RGB (Red+Green+Blue) = 35+7+188=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #2307BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2307BC is #DCF843. Grayscale: #232323. Windows color (decimal): -14481476 or 12322595. OLE color: 12322595.
HSL color Cylindrical-coordinate representation of color #2307BC: hue angle of 249.28º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2307BC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 7 | 188 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.26 |
| HSL | 249.28º | 0.93% | 0.38% | - |
| HSV(B) | 249.28º | 0.96% | 0.74% | - |
| XYZ | 9.85 | 4.14 | 47.86 | - |
| YUV | 36.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 188 | 0.81 | 0.96 | 0 | 0.26 | 249.28 | 0.93 | 0.38 |
| Hex | 23 | 7 | BC | 51 | 60 | 0 | 1A | F9 | 5D | 26 |
| Octal | 43 | 7 | 274 | 121 | 140 | 0 | 32 | 371 | 135 | 46 |
| Binary | 100011 | 111 | 10111100 | 1010001 | 1100000 | 0 | 11010 | 11111001 | 1011101 | 100110 |
Color Harmonies of #2307BC
Complementary color
Monochromatic Colors of #2307BC
Black with #2307BC
Text Example
Text Example
White with #2307BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2307BC; }
p { color: rgb(35,7,188); }
H1.HeaderClassName
{
color: #2307BC;
}
.AnyTagClassName
{
color: #2307BC;
}
</style>
background-color css
<style>
a { background-color: #2307BC; }
a { background-color: rgb(35,7,188); }
div.DivClassName
{
background-color: #2307BC;
}
.BgClassName
{
background-color: #2307BC;
}
</style>
border-color css
<style>
span { border-color: #2307BC; }
span { border-color: rgb(35,7,188); }
td.TdClassName
{
border-color: #2307BC;
}
.TagClassName
{
border-color: #2307BC;
}
</style>