Shades of Medium Blue #2308BC
Tints of Medium Blue #2308BC
RGB
CMYK
RGB Variations
Color information
#2308BC (or 0x2308BC) is known color: Medium Blue. HEX triplet: 23, 08 and BC. RGB value is (35,8,188). Sum of RGB (Red+Green+Blue) = 35+8+188=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #2308BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2308BC is #DCF743. Grayscale: #232323. Windows color (decimal): -14481220 or 12322851. OLE color: 12322851.
HSL color Cylindrical-coordinate representation of color #2308BC: hue angle of 249º degrees, saturation: 0.92, 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 #2308BC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 8 | 188 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.26 |
| HSL | 249º | 0.92% | 0.38% | - |
| HSV(B) | 249º | 0.96% | 0.74% | - |
| XYZ | 9.86 | 4.16 | 47.86 | - |
| YUV | 36.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 188 | 0.81 | 0.96 | 0 | 0.26 | 249 | 0.92 | 0.38 |
| Hex | 23 | 8 | BC | 51 | 60 | 0 | 1A | F9 | 5C | 26 |
| Octal | 43 | 10 | 274 | 121 | 140 | 0 | 32 | 371 | 134 | 46 |
| Binary | 100011 | 1000 | 10111100 | 1010001 | 1100000 | 0 | 11010 | 11111001 | 1011100 | 100110 |
Color Harmonies of #2308BC
Complementary color
Monochromatic Colors of #2308BC
Black with #2308BC
Text Example
Text Example
White with #2308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308BC; }
p { color: rgb(35,8,188); }
H1.HeaderClassName
{
color: #2308BC;
}
.AnyTagClassName
{
color: #2308BC;
}
</style>
background-color css
<style>
a { background-color: #2308BC; }
a { background-color: rgb(35,8,188); }
div.DivClassName
{
background-color: #2308BC;
}
.BgClassName
{
background-color: #2308BC;
}
</style>
border-color css
<style>
span { border-color: #2308BC; }
span { border-color: rgb(35,8,188); }
td.TdClassName
{
border-color: #2308BC;
}
.TagClassName
{
border-color: #2308BC;
}
</style>