Shades of Persian Blue #2934CE
Tints of Persian Blue #2934CE
RGB
CMYK
RGB Variations
Color information
#2934CE (or 0x2934CE) is known color: Persian Blue. HEX triplet: 29, 34 and CE. RGB value is (41,52,206). Sum of RGB (Red+Green+Blue) = 41+52+206=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #2934CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2934CE is #D6CB31. Grayscale: #414141. Windows color (decimal): -14076722 or 13513769. OLE color: 13513769.
HSL color Cylindrical-coordinate representation of color #2934CE: hue angle of 236º 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 #2934CE is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 52 | 206 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.19 |
| HSL | 236º | 0.67% | 0.48% | - |
| HSV(B) | 236º | 0.8% | 0.81% | - |
| XYZ | 13.28 | 7.38 | 59.12 | - |
| YUV | 66.27 | 206.86 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 206 | 0.80 | 0.75 | 0 | 0.19 | 236 | 0.67 | 0.48 |
| Hex | 29 | 34 | CE | 50 | 4B | 0 | 13 | EC | 43 | 30 |
| Octal | 51 | 64 | 316 | 120 | 113 | 0 | 23 | 354 | 103 | 60 |
| Binary | 101001 | 110100 | 11001110 | 1010000 | 1001011 | 0 | 10011 | 11101100 | 1000011 | 110000 |
Color Harmonies of #2934CE
Complementary color
Monochromatic Colors of #2934CE
Black with #2934CE
Text Example
Text Example
White with #2934CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934CE; }
p { color: rgb(41,52,206); }
H1.HeaderClassName
{
color: #2934CE;
}
.AnyTagClassName
{
color: #2934CE;
}
</style>
background-color css
<style>
a { background-color: #2934CE; }
a { background-color: rgb(41,52,206); }
div.DivClassName
{
background-color: #2934CE;
}
.BgClassName
{
background-color: #2934CE;
}
</style>
border-color css
<style>
span { border-color: #2934CE; }
span { border-color: rgb(41,52,206); }
td.TdClassName
{
border-color: #2934CE;
}
.TagClassName
{
border-color: #2934CE;
}
</style>