Shades of Medium Blue #2316DC
Tints of Medium Blue #2316DC
RGB
CMYK
RGB Variations
Color information
#2316DC (or 0x2316DC) is known color: Medium Blue. HEX triplet: 23, 16 and DC. RGB value is (35,22,220). Sum of RGB (Red+Green+Blue) = 35+22+220=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #2316DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316DC is #DCE923. Grayscale: #2F2F2F. Windows color (decimal): -14477604 or 14423587. OLE color: 14423587.
HSL color Cylindrical-coordinate representation of color #2316DC: hue angle of 243.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2316DC is Cyan = 0.84, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 22 | 220 | - |
| CMYK | 0.84 | 0.9 | 0 | 0.14 |
| HSL | 243.94º | 0.82% | 0.47% | - |
| HSV(B) | 243.94º | 0.9% | 0.86% | - |
| XYZ | 13.9 | 6.1 | 68.15 | - |
| YUV | 48.46 | 224.81 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 220 | 0.84 | 0.9 | 0 | 0.14 | 243.94 | 0.82 | 0.47 |
| Hex | 23 | 16 | DC | 54 | 5A | 0 | E | F4 | 52 | 2F |
| Octal | 43 | 26 | 334 | 124 | 132 | 0 | 16 | 364 | 122 | 57 |
| Binary | 100011 | 10110 | 11011100 | 1010100 | 1011010 | 0 | 1110 | 11110100 | 1010010 | 101111 |
Color Harmonies of #2316DC
Complementary color
Monochromatic Colors of #2316DC
Black with #2316DC
Text Example
Text Example
White with #2316DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2316DC; }
p { color: rgb(35,22,220); }
H1.HeaderClassName
{
color: #2316DC;
}
.AnyTagClassName
{
color: #2316DC;
}
</style>
background-color css
<style>
a { background-color: #2316DC; }
a { background-color: rgb(35,22,220); }
div.DivClassName
{
background-color: #2316DC;
}
.BgClassName
{
background-color: #2316DC;
}
</style>
border-color css
<style>
span { border-color: #2316DC; }
span { border-color: rgb(35,22,220); }
td.TdClassName
{
border-color: #2316DC;
}
.TagClassName
{
border-color: #2316DC;
}
</style>