Shades of Persian Blue #2830DC
Tints of Persian Blue #2830DC
RGB
CMYK
RGB Variations
Color information
#2830DC (or 0x2830DC) is known color: Persian Blue. HEX triplet: 28, 30 and DC. RGB value is (40,48,220). Sum of RGB (Red+Green+Blue) = 40+48+220=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #2830DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830DC is #D7CF23. Grayscale: #404040. Windows color (decimal): -14143268 or 14430248. OLE color: 14430248.
HSL color Cylindrical-coordinate representation of color #2830DC: hue angle of 237.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2830DC is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 48 | 220 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.14 |
| HSL | 237.33º | 0.72% | 0.51% | - |
| HSV(B) | 237.33º | 0.82% | 0.86% | - |
| XYZ | 14.85 | 7.73 | 68.42 | - |
| YUV | 65.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 220 | 0.82 | 0.78 | 0 | 0.14 | 237.33 | 0.72 | 0.51 |
| Hex | 28 | 30 | DC | 52 | 4E | 0 | E | ED | 48 | 33 |
| Octal | 50 | 60 | 334 | 122 | 116 | 0 | 16 | 355 | 110 | 63 |
| Binary | 101000 | 110000 | 11011100 | 1010010 | 1001110 | 0 | 1110 | 11101101 | 1001000 | 110011 |
Color Harmonies of #2830DC
Complementary color
Monochromatic Colors of #2830DC
Black with #2830DC
Text Example
Text Example
White with #2830DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2830DC; }
p { color: rgb(40,48,220); }
H1.HeaderClassName
{
color: #2830DC;
}
.AnyTagClassName
{
color: #2830DC;
}
</style>
background-color css
<style>
a { background-color: #2830DC; }
a { background-color: rgb(40,48,220); }
div.DivClassName
{
background-color: #2830DC;
}
.BgClassName
{
background-color: #2830DC;
}
</style>
border-color css
<style>
span { border-color: #2830DC; }
span { border-color: rgb(40,48,220); }
td.TdClassName
{
border-color: #2830DC;
}
.TagClassName
{
border-color: #2830DC;
}
</style>