Shades of Medium Blue #2307B9
Tints of Medium Blue #2307B9
RGB
CMYK
RGB Variations
Color information
#2307B9 (or 0x2307B9) is known color: Medium Blue. HEX triplet: 23, 07 and B9. RGB value is (35,7,185). Sum of RGB (Red+Green+Blue) = 35+7+185=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 185 (72.66% from 255 or 81.50% from 227); Max value from RGB is 185 - color contains mainly: blue. Hex color #2307B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2307B9 is #DCF846. Grayscale: #222222. Windows color (decimal): -14481479 or 12125987. OLE color: 12125987.
HSL color Cylindrical-coordinate representation of color #2307B9: hue angle of 249.44º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2307B9 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 7 | 185 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.27 |
| HSL | 249.44º | 0.93% | 0.38% | - |
| HSV(B) | 249.44º | 0.96% | 0.73% | - |
| XYZ | 9.53 | 4.01 | 46.17 | - |
| YUV | 35.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 185 | 0.81 | 0.96 | 0 | 0.27 | 249.44 | 0.93 | 0.38 |
| Hex | 23 | 7 | B9 | 51 | 60 | 0 | 1B | F9 | 5D | 26 |
| Octal | 43 | 7 | 271 | 121 | 140 | 0 | 33 | 371 | 135 | 46 |
| Binary | 100011 | 111 | 10111001 | 1010001 | 1100000 | 0 | 11011 | 11111001 | 1011101 | 100110 |
Color Harmonies of #2307B9
Complementary color
Monochromatic Colors of #2307B9
Black with #2307B9
Text Example
Text Example
White with #2307B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2307B9; }
p { color: rgb(35,7,185); }
H1.HeaderClassName
{
color: #2307B9;
}
.AnyTagClassName
{
color: #2307B9;
}
</style>
background-color css
<style>
a { background-color: #2307B9; }
a { background-color: rgb(35,7,185); }
div.DivClassName
{
background-color: #2307B9;
}
.BgClassName
{
background-color: #2307B9;
}
</style>
border-color css
<style>
span { border-color: #2307B9; }
span { border-color: rgb(35,7,185); }
td.TdClassName
{
border-color: #2307B9;
}
.TagClassName
{
border-color: #2307B9;
}
</style>