Shades of Medium Blue #2314BD
Tints of Medium Blue #2314BD
RGB
CMYK
RGB Variations
Color information
#2314BD (or 0x2314BD) is known color: Medium Blue. HEX triplet: 23, 14 and BD. RGB value is (35,20,189). Sum of RGB (Red+Green+Blue) = 35+20+189=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2314BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314BD is #DCEB42. Grayscale: #2B2B2B. Windows color (decimal): -14478147 or 12391459. OLE color: 12391459.
HSL color Cylindrical-coordinate representation of color #2314BD: hue angle of 245.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2314BD is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 20 | 189 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.26 |
| HSL | 245.33º | 0.81% | 0.41% | - |
| HSV(B) | 245.33º | 0.89% | 0.74% | - |
| XYZ | 10.13 | 4.53 | 48.49 | - |
| YUV | 43.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 189 | 0.81 | 0.89 | 0 | 0.26 | 245.33 | 0.81 | 0.41 |
| Hex | 23 | 14 | BD | 51 | 59 | 0 | 1A | F5 | 51 | 29 |
| Octal | 43 | 24 | 275 | 121 | 131 | 0 | 32 | 365 | 121 | 51 |
| Binary | 100011 | 10100 | 10111101 | 1010001 | 1011001 | 0 | 11010 | 11110101 | 1010001 | 101001 |
Color Harmonies of #2314BD
Complementary color
Monochromatic Colors of #2314BD
Black with #2314BD
Text Example
Text Example
White with #2314BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314BD; }
p { color: rgb(35,20,189); }
H1.HeaderClassName
{
color: #2314BD;
}
.AnyTagClassName
{
color: #2314BD;
}
</style>
background-color css
<style>
a { background-color: #2314BD; }
a { background-color: rgb(35,20,189); }
div.DivClassName
{
background-color: #2314BD;
}
.BgClassName
{
background-color: #2314BD;
}
</style>
border-color css
<style>
span { border-color: #2314BD; }
span { border-color: rgb(35,20,189); }
td.TdClassName
{
border-color: #2314BD;
}
.TagClassName
{
border-color: #2314BD;
}
</style>