Shades of Persian Blue #2934E8
Tints of Persian Blue #2934E8
RGB
CMYK
RGB Variations
Color information
#2934E8 (or 0x2934E8) is known color: Persian Blue. HEX triplet: 29, 34 and E8. RGB value is (41,52,232). Sum of RGB (Red+Green+Blue) = 41+52+232=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #2934E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2934E8 is #D6CB17. Grayscale: #444444. Windows color (decimal): -14076696 or 15217705. OLE color: 15217705.
HSL color Cylindrical-coordinate representation of color #2934E8: hue angle of 236.54º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2934E8 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 52 | 232 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.09 |
| HSL | 236.54º | 0.81% | 0.54% | - |
| HSV(B) | 236.54º | 0.82% | 0.91% | - |
| XYZ | 16.71 | 8.75 | 77.15 | - |
| YUV | 69.23 | 219.86 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 232 | 0.82 | 0.78 | 0 | 0.09 | 236.54 | 0.81 | 0.54 |
| Hex | 29 | 34 | E8 | 52 | 4E | 0 | 9 | ED | 51 | 36 |
| Octal | 51 | 64 | 350 | 122 | 116 | 0 | 11 | 355 | 121 | 66 |
| Binary | 101001 | 110100 | 11101000 | 1010010 | 1001110 | 0 | 1001 | 11101101 | 1010001 | 110110 |
Color Harmonies of #2934E8
Complementary color
Monochromatic Colors of #2934E8
Black with #2934E8
Text Example
Text Example
White with #2934E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934E8; }
p { color: rgb(41,52,232); }
H1.HeaderClassName
{
color: #2934E8;
}
.AnyTagClassName
{
color: #2934E8;
}
</style>
background-color css
<style>
a { background-color: #2934E8; }
a { background-color: rgb(41,52,232); }
div.DivClassName
{
background-color: #2934E8;
}
.BgClassName
{
background-color: #2934E8;
}
</style>
border-color css
<style>
span { border-color: #2934E8; }
span { border-color: rgb(41,52,232); }
td.TdClassName
{
border-color: #2934E8;
}
.TagClassName
{
border-color: #2934E8;
}
</style>