Shades of Persian Blue #2938CE
Tints of Persian Blue #2938CE
RGB
CMYK
RGB Variations
Color information
#2938CE (or 0x2938CE) is known color: Persian Blue. HEX triplet: 29, 38 and CE. RGB value is (41,56,206). Sum of RGB (Red+Green+Blue) = 41+56+206=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #2938CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938CE is #D6C731. Grayscale: #444444. Windows color (decimal): -14075698 or 13514793. OLE color: 13514793.
HSL color Cylindrical-coordinate representation of color #2938CE: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2938CE is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 56 | 206 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.19 |
| HSL | 234.55º | 0.67% | 0.48% | - |
| HSV(B) | 234.55º | 0.8% | 0.81% | - |
| XYZ | 13.47 | 7.76 | 59.18 | - |
| YUV | 68.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 206 | 0.80 | 0.73 | 0 | 0.19 | 234.55 | 0.67 | 0.48 |
| Hex | 29 | 38 | CE | 50 | 49 | 0 | 13 | EB | 43 | 30 |
| Octal | 51 | 70 | 316 | 120 | 111 | 0 | 23 | 353 | 103 | 60 |
| Binary | 101001 | 111000 | 11001110 | 1010000 | 1001001 | 0 | 10011 | 11101011 | 1000011 | 110000 |
Color Harmonies of #2938CE
Complementary color
Monochromatic Colors of #2938CE
Black with #2938CE
Text Example
Text Example
White with #2938CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938CE; }
p { color: rgb(41,56,206); }
H1.HeaderClassName
{
color: #2938CE;
}
.AnyTagClassName
{
color: #2938CE;
}
</style>
background-color css
<style>
a { background-color: #2938CE; }
a { background-color: rgb(41,56,206); }
div.DivClassName
{
background-color: #2938CE;
}
.BgClassName
{
background-color: #2938CE;
}
</style>
border-color css
<style>
span { border-color: #2938CE; }
span { border-color: rgb(41,56,206); }
td.TdClassName
{
border-color: #2938CE;
}
.TagClassName
{
border-color: #2938CE;
}
</style>