Shades of Persian Blue #2839DC
Tints of Persian Blue #2839DC
RGB
CMYK
RGB Variations
Color information
#2839DC (or 0x2839DC) is known color: Persian Blue. HEX triplet: 28, 39 and DC. RGB value is (40,57,220). Sum of RGB (Red+Green+Blue) = 40+57+220=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #2839DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2839DC is #D7C623. Grayscale: #454545. Windows color (decimal): -14140964 or 14432552. OLE color: 14432552.
HSL color Cylindrical-coordinate representation of color #2839DC: hue angle of 234.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 #2839DC is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 57 | 220 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.14 |
| HSL | 234.33º | 0.72% | 0.51% | - |
| HSV(B) | 234.33º | 0.82% | 0.86% | - |
| XYZ | 15.26 | 8.54 | 68.56 | - |
| YUV | 70.5 | 212.37 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 220 | 0.82 | 0.74 | 0 | 0.14 | 234.33 | 0.72 | 0.51 |
| Hex | 28 | 39 | DC | 52 | 4A | 0 | E | EA | 48 | 33 |
| Octal | 50 | 71 | 334 | 122 | 112 | 0 | 16 | 352 | 110 | 63 |
| Binary | 101000 | 111001 | 11011100 | 1010010 | 1001010 | 0 | 1110 | 11101010 | 1001000 | 110011 |
Color Harmonies of #2839DC
Complementary color
Monochromatic Colors of #2839DC
Black with #2839DC
Text Example
Text Example
White with #2839DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2839DC; }
p { color: rgb(40,57,220); }
H1.HeaderClassName
{
color: #2839DC;
}
.AnyTagClassName
{
color: #2839DC;
}
</style>
background-color css
<style>
a { background-color: #2839DC; }
a { background-color: rgb(40,57,220); }
div.DivClassName
{
background-color: #2839DC;
}
.BgClassName
{
background-color: #2839DC;
}
</style>
border-color css
<style>
span { border-color: #2839DC; }
span { border-color: rgb(40,57,220); }
td.TdClassName
{
border-color: #2839DC;
}
.TagClassName
{
border-color: #2839DC;
}
</style>