Shades of Medium Blue #2316DB
Tints of Medium Blue #2316DB
RGB
CMYK
RGB Variations
Color information
#2316DB (or 0x2316DB) is known color: Medium Blue. HEX triplet: 23, 16 and DB. RGB value is (35,22,219). Sum of RGB (Red+Green+Blue) = 35+22+219=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #2316DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316DB is #DCE924. Grayscale: #2F2F2F. Windows color (decimal): -14477605 or 14358051. OLE color: 14358051.
HSL color Cylindrical-coordinate representation of color #2316DB: hue angle of 243.96º 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 #2316DB is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 22 | 219 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.14 |
| HSL | 243.96º | 0.82% | 0.47% | - |
| HSV(B) | 243.96º | 0.9% | 0.86% | - |
| XYZ | 13.77 | 6.05 | 67.46 | - |
| YUV | 48.35 | 224.31 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 219 | 0.84 | 0.90 | 0 | 0.14 | 243.96 | 0.82 | 0.47 |
| Hex | 23 | 16 | DB | 54 | 5A | 0 | E | F4 | 52 | 2F |
| Octal | 43 | 26 | 333 | 124 | 132 | 0 | 16 | 364 | 122 | 57 |
| Binary | 100011 | 10110 | 11011011 | 1010100 | 1011010 | 0 | 1110 | 11110100 | 1010010 | 101111 |
Color Harmonies of #2316DB
Complementary color
Monochromatic Colors of #2316DB
Black with #2316DB
Text Example
Text Example
White with #2316DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2316DB; }
p { color: rgb(35,22,219); }
H1.HeaderClassName
{
color: #2316DB;
}
.AnyTagClassName
{
color: #2316DB;
}
</style>
background-color css
<style>
a { background-color: #2316DB; }
a { background-color: rgb(35,22,219); }
div.DivClassName
{
background-color: #2316DB;
}
.BgClassName
{
background-color: #2316DB;
}
</style>
border-color css
<style>
span { border-color: #2316DB; }
span { border-color: rgb(35,22,219); }
td.TdClassName
{
border-color: #2316DB;
}
.TagClassName
{
border-color: #2316DB;
}
</style>