Shades of Medium Blue #2813CC
Tints of Medium Blue #2813CC
RGB
CMYK
RGB Variations
Color information
#2813CC (or 0x2813CC) is known color: Medium Blue. HEX triplet: 28, 13 and CC. RGB value is (40,19,204). Sum of RGB (Red+Green+Blue) = 40+19+204=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #2813CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813CC is #D7EC33. Grayscale: #2D2D2D. Windows color (decimal): -14150708 or 13374248. OLE color: 13374248.
HSL color Cylindrical-coordinate representation of color #2813CC: hue angle of 246.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2813CC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 19 | 204 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.2 |
| HSL | 246.81º | 0.83% | 0.44% | - |
| HSV(B) | 246.81º | 0.91% | 0.8% | - |
| XYZ | 12.01 | 5.28 | 57.51 | - |
| YUV | 46.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 204 | 0.80 | 0.91 | 0 | 0.2 | 246.81 | 0.83 | 0.44 |
| Hex | 28 | 13 | CC | 50 | 5B | 0 | 14 | F7 | 53 | 2C |
| Octal | 50 | 23 | 314 | 120 | 133 | 0 | 24 | 367 | 123 | 54 |
| Binary | 101000 | 10011 | 11001100 | 1010000 | 1011011 | 0 | 10100 | 11110111 | 1010011 | 101100 |
Color Harmonies of #2813CC
Complementary color
Monochromatic Colors of #2813CC
Black with #2813CC
Text Example
Text Example
White with #2813CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813CC; }
p { color: rgb(40,19,204); }
H1.HeaderClassName
{
color: #2813CC;
}
.AnyTagClassName
{
color: #2813CC;
}
</style>
background-color css
<style>
a { background-color: #2813CC; }
a { background-color: rgb(40,19,204); }
div.DivClassName
{
background-color: #2813CC;
}
.BgClassName
{
background-color: #2813CC;
}
</style>
border-color css
<style>
span { border-color: #2813CC; }
span { border-color: rgb(40,19,204); }
td.TdClassName
{
border-color: #2813CC;
}
.TagClassName
{
border-color: #2813CC;
}
</style>