Shades of Medium Blue #2815CC
Tints of Medium Blue #2815CC
RGB
CMYK
RGB Variations
Color information
#2815CC (or 0x2815CC) is known color: Medium Blue. HEX triplet: 28, 15 and CC. RGB value is (40,21,204). Sum of RGB (Red+Green+Blue) = 40+21+204=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #2815CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815CC is #D7EA33. Grayscale: #2E2E2E. Windows color (decimal): -14150196 or 13374760. OLE color: 13374760.
HSL color Cylindrical-coordinate representation of color #2815CC: hue angle of 246.23º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2815CC is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 21 | 204 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.2 |
| HSL | 246.23º | 0.81% | 0.44% | - |
| HSV(B) | 246.23º | 0.9% | 0.8% | - |
| XYZ | 12.04 | 5.35 | 57.52 | - |
| YUV | 47.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 204 | 0.80 | 0.90 | 0 | 0.2 | 246.23 | 0.81 | 0.44 |
| Hex | 28 | 15 | CC | 50 | 5A | 0 | 14 | F6 | 51 | 2C |
| Octal | 50 | 25 | 314 | 120 | 132 | 0 | 24 | 366 | 121 | 54 |
| Binary | 101000 | 10101 | 11001100 | 1010000 | 1011010 | 0 | 10100 | 11110110 | 1010001 | 101100 |
Color Harmonies of #2815CC
Complementary color
Monochromatic Colors of #2815CC
Black with #2815CC
Text Example
Text Example
White with #2815CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2815CC; }
p { color: rgb(40,21,204); }
H1.HeaderClassName
{
color: #2815CC;
}
.AnyTagClassName
{
color: #2815CC;
}
</style>
background-color css
<style>
a { background-color: #2815CC; }
a { background-color: rgb(40,21,204); }
div.DivClassName
{
background-color: #2815CC;
}
.BgClassName
{
background-color: #2815CC;
}
</style>
border-color css
<style>
span { border-color: #2815CC; }
span { border-color: rgb(40,21,204); }
td.TdClassName
{
border-color: #2815CC;
}
.TagClassName
{
border-color: #2815CC;
}
</style>