Shades of Persian Blue #2938DC
Tints of Persian Blue #2938DC
RGB
CMYK
RGB Variations
Color information
#2938DC (or 0x2938DC) is known color: Persian Blue. HEX triplet: 29, 38 and DC. RGB value is (41,56,220). Sum of RGB (Red+Green+Blue) = 41+56+220=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 56 (22.27% from 255 or 17.67% 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 #2938DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938DC is #D6C723. Grayscale: #454545. Windows color (decimal): -14075684 or 14432297. OLE color: 14432297.
HSL color Cylindrical-coordinate representation of color #2938DC: hue angle of 234.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2938DC is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 56 | 220 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.14 |
| HSL | 234.97º | 0.72% | 0.51% | - |
| HSV(B) | 234.97º | 0.81% | 0.86% | - |
| XYZ | 15.25 | 8.47 | 68.54 | - |
| YUV | 70.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 220 | 0.81 | 0.75 | 0 | 0.14 | 234.97 | 0.72 | 0.51 |
| Hex | 29 | 38 | DC | 51 | 4B | 0 | E | EB | 48 | 33 |
| Octal | 51 | 70 | 334 | 121 | 113 | 0 | 16 | 353 | 110 | 63 |
| Binary | 101001 | 111000 | 11011100 | 1010001 | 1001011 | 0 | 1110 | 11101011 | 1001000 | 110011 |
Color Harmonies of #2938DC
Complementary color
Monochromatic Colors of #2938DC
Black with #2938DC
Text Example
Text Example
White with #2938DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938DC; }
p { color: rgb(41,56,220); }
H1.HeaderClassName
{
color: #2938DC;
}
.AnyTagClassName
{
color: #2938DC;
}
</style>
background-color css
<style>
a { background-color: #2938DC; }
a { background-color: rgb(41,56,220); }
div.DivClassName
{
background-color: #2938DC;
}
.BgClassName
{
background-color: #2938DC;
}
</style>
border-color css
<style>
span { border-color: #2938DC; }
span { border-color: rgb(41,56,220); }
td.TdClassName
{
border-color: #2938DC;
}
.TagClassName
{
border-color: #2938DC;
}
</style>