Shades of Medium Blue #2307B7
Tints of Medium Blue #2307B7
RGB
CMYK
RGB Variations
Color information
#2307B7 (or 0x2307B7) is known color: Medium Blue. HEX triplet: 23, 07 and B7. RGB value is (35,7,183). Sum of RGB (Red+Green+Blue) = 35+7+183=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #2307B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2307B7 is #DCF848. Grayscale: #222222. Windows color (decimal): -14481481 or 11994915. OLE color: 11994915.
HSL color Cylindrical-coordinate representation of color #2307B7: hue angle of 249.55º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2307B7 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 7 | 183 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.28 |
| HSL | 249.55º | 0.93% | 0.37% | - |
| HSV(B) | 249.55º | 0.96% | 0.72% | - |
| XYZ | 9.32 | 3.93 | 45.07 | - |
| YUV | 35.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 183 | 0.81 | 0.96 | 0 | 0.28 | 249.55 | 0.93 | 0.37 |
| Hex | 23 | 7 | B7 | 51 | 60 | 0 | 1C | FA | 5D | 25 |
| Octal | 43 | 7 | 267 | 121 | 140 | 0 | 34 | 372 | 135 | 45 |
| Binary | 100011 | 111 | 10110111 | 1010001 | 1100000 | 0 | 11100 | 11111010 | 1011101 | 100101 |
Color Harmonies of #2307B7
Complementary color
Monochromatic Colors of #2307B7
Black with #2307B7
Text Example
Text Example
White with #2307B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2307B7; }
p { color: rgb(35,7,183); }
H1.HeaderClassName
{
color: #2307B7;
}
.AnyTagClassName
{
color: #2307B7;
}
</style>
background-color css
<style>
a { background-color: #2307B7; }
a { background-color: rgb(35,7,183); }
div.DivClassName
{
background-color: #2307B7;
}
.BgClassName
{
background-color: #2307B7;
}
</style>
border-color css
<style>
span { border-color: #2307B7; }
span { border-color: rgb(35,7,183); }
td.TdClassName
{
border-color: #2307B7;
}
.TagClassName
{
border-color: #2307B7;
}
</style>