Shades of Medium Blue #2318D5
Tints of Medium Blue #2318D5
RGB
CMYK
RGB Variations
Color information
#2318D5 (or 0x2318D5) is known color: Medium Blue. HEX triplet: 23, 18 and D5. RGB value is (35,24,213). Sum of RGB (Red+Green+Blue) = 35+24+213=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 213 (83.59% from 255 or 78.31% from 272); Max value from RGB is 213 - color contains mainly: blue. Hex color #2318D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2318D5 is #DCE72A. Grayscale: #303030. Windows color (decimal): -14477099 or 13965347. OLE color: 13965347.
HSL color Cylindrical-coordinate representation of color #2318D5: hue angle of 243.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2318D5 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 24 | 213 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.16 |
| HSL | 243.49º | 0.8% | 0.46% | - |
| HSV(B) | 243.49º | 0.89% | 0.84% | - |
| XYZ | 13.03 | 5.81 | 63.39 | - |
| YUV | 48.84 | 220.64 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 213 | 0.84 | 0.89 | 0 | 0.16 | 243.49 | 0.8 | 0.46 |
| Hex | 23 | 18 | D5 | 54 | 59 | 0 | 10 | F3 | 50 | 2E |
| Octal | 43 | 30 | 325 | 124 | 131 | 0 | 20 | 363 | 120 | 56 |
| Binary | 100011 | 11000 | 11010101 | 1010100 | 1011001 | 0 | 10000 | 11110011 | 1010000 | 101110 |
Color Harmonies of #2318D5
Complementary color
Monochromatic Colors of #2318D5
Black with #2318D5
Text Example
Text Example
White with #2318D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318D5; }
p { color: rgb(35,24,213); }
H1.HeaderClassName
{
color: #2318D5;
}
.AnyTagClassName
{
color: #2318D5;
}
</style>
background-color css
<style>
a { background-color: #2318D5; }
a { background-color: rgb(35,24,213); }
div.DivClassName
{
background-color: #2318D5;
}
.BgClassName
{
background-color: #2318D5;
}
</style>
border-color css
<style>
span { border-color: #2318D5; }
span { border-color: rgb(35,24,213); }
td.TdClassName
{
border-color: #2318D5;
}
.TagClassName
{
border-color: #2318D5;
}
</style>