Shades of Medium Blue #2315C1
Tints of Medium Blue #2315C1
RGB
CMYK
RGB Variations
Color information
#2315C1 (or 0x2315C1) is known color: Medium Blue. HEX triplet: 23, 15 and C1. RGB value is (35,21,193). Sum of RGB (Red+Green+Blue) = 35+21+193=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #2315C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315C1 is #DCEA3E. Grayscale: #2C2C2C. Windows color (decimal): -14477887 or 12653859. OLE color: 12653859.
HSL color Cylindrical-coordinate representation of color #2315C1: hue angle of 244.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2315C1 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 21 | 193 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.24 |
| HSL | 244.88º | 0.8% | 0.42% | - |
| HSV(B) | 244.88º | 0.89% | 0.76% | - |
| XYZ | 10.59 | 4.74 | 50.81 | - |
| YUV | 44.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 193 | 0.82 | 0.89 | 0 | 0.24 | 244.88 | 0.8 | 0.42 |
| Hex | 23 | 15 | C1 | 52 | 59 | 0 | 18 | F5 | 50 | 2A |
| Octal | 43 | 25 | 301 | 122 | 131 | 0 | 30 | 365 | 120 | 52 |
| Binary | 100011 | 10101 | 11000001 | 1010010 | 1011001 | 0 | 11000 | 11110101 | 1010000 | 101010 |
Color Harmonies of #2315C1
Complementary color
Monochromatic Colors of #2315C1
Black with #2315C1
Text Example
Text Example
White with #2315C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2315C1; }
p { color: rgb(35,21,193); }
H1.HeaderClassName
{
color: #2315C1;
}
.AnyTagClassName
{
color: #2315C1;
}
</style>
background-color css
<style>
a { background-color: #2315C1; }
a { background-color: rgb(35,21,193); }
div.DivClassName
{
background-color: #2315C1;
}
.BgClassName
{
background-color: #2315C1;
}
</style>
border-color css
<style>
span { border-color: #2315C1; }
span { border-color: rgb(35,21,193); }
td.TdClassName
{
border-color: #2315C1;
}
.TagClassName
{
border-color: #2315C1;
}
</style>