Shades of Persian Blue #2938CD
Tints of Persian Blue #2938CD
RGB
CMYK
RGB Variations
Color information
#2938CD (or 0x2938CD) is known color: Persian Blue. HEX triplet: 29, 38 and CD. RGB value is (41,56,205). Sum of RGB (Red+Green+Blue) = 41+56+205=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #2938CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938CD is #D6C732. Grayscale: #434343. Windows color (decimal): -14075699 or 13449257. OLE color: 13449257.
HSL color Cylindrical-coordinate representation of color #2938CD: hue angle of 234.51º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2938CD is Cyan = 0.8, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 56 | 205 | - |
| CMYK | 0.8 | 0.73 | 0 | 0.20 |
| HSL | 234.51º | 0.67% | 0.48% | - |
| HSV(B) | 234.51º | 0.8% | 0.8% | - |
| XYZ | 13.35 | 7.71 | 58.54 | - |
| YUV | 68.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 205 | 0.8 | 0.73 | 0 | 0.20 | 234.51 | 0.67 | 0.48 |
| Hex | 29 | 38 | CD | 50 | 49 | 0 | 14 | EB | 43 | 30 |
| Octal | 51 | 70 | 315 | 120 | 111 | 0 | 24 | 353 | 103 | 60 |
| Binary | 101001 | 111000 | 11001101 | 1010000 | 1001001 | 0 | 10100 | 11101011 | 1000011 | 110000 |
Color Harmonies of #2938CD
Complementary color
Monochromatic Colors of #2938CD
Black with #2938CD
Text Example
Text Example
White with #2938CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938CD; }
p { color: rgb(41,56,205); }
H1.HeaderClassName
{
color: #2938CD;
}
.AnyTagClassName
{
color: #2938CD;
}
</style>
background-color css
<style>
a { background-color: #2938CD; }
a { background-color: rgb(41,56,205); }
div.DivClassName
{
background-color: #2938CD;
}
.BgClassName
{
background-color: #2938CD;
}
</style>
border-color css
<style>
span { border-color: #2938CD; }
span { border-color: rgb(41,56,205); }
td.TdClassName
{
border-color: #2938CD;
}
.TagClassName
{
border-color: #2938CD;
}
</style>