Shades of Medium Blue #2306B7
Tints of Medium Blue #2306B7
RGB
CMYK
RGB Variations
Color information
#2306B7 (or 0x2306B7) is known color: Medium Blue. HEX triplet: 23, 06 and B7. RGB value is (35,6,183). Sum of RGB (Red+Green+Blue) = 35+6+183=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 183 (71.88% from 255 or 81.70% from 224); Max value from RGB is 183 - color contains mainly: blue. Hex color #2306B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2306B7 is #DCF948. Grayscale: #222222. Windows color (decimal): -14481737 or 11994659. OLE color: 11994659.
HSL color Cylindrical-coordinate representation of color #2306B7: hue angle of 249.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2306B7 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 6 | 183 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.28 |
| HSL | 249.83º | 0.94% | 0.37% | - |
| HSV(B) | 249.83º | 0.97% | 0.72% | - |
| XYZ | 9.31 | 3.91 | 45.06 | - |
| YUV | 34.85 | 211.61 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 183 | 0.81 | 0.97 | 0 | 0.28 | 249.83 | 0.94 | 0.37 |
| Hex | 23 | 6 | B7 | 51 | 61 | 0 | 1C | FA | 5E | 25 |
| Octal | 43 | 6 | 267 | 121 | 141 | 0 | 34 | 372 | 136 | 45 |
| Binary | 100011 | 110 | 10110111 | 1010001 | 1100001 | 0 | 11100 | 11111010 | 1011110 | 100101 |
Color Harmonies of #2306B7
Complementary color
Monochromatic Colors of #2306B7
Black with #2306B7
Text Example
Text Example
White with #2306B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2306B7; }
p { color: rgb(35,6,183); }
H1.HeaderClassName
{
color: #2306B7;
}
.AnyTagClassName
{
color: #2306B7;
}
</style>
background-color css
<style>
a { background-color: #2306B7; }
a { background-color: rgb(35,6,183); }
div.DivClassName
{
background-color: #2306B7;
}
.BgClassName
{
background-color: #2306B7;
}
</style>
border-color css
<style>
span { border-color: #2306B7; }
span { border-color: rgb(35,6,183); }
td.TdClassName
{
border-color: #2306B7;
}
.TagClassName
{
border-color: #2306B7;
}
</style>