Shades of Persian Blue #2932BE
Tints of Persian Blue #2932BE
RGB
CMYK
RGB Variations
Color information
#2932BE (or 0x2932BE) is known color: Persian Blue. HEX triplet: 29, 32 and BE. RGB value is (41,50,190). Sum of RGB (Red+Green+Blue) = 41+50+190=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #2932BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2932BE is #D6CD41. Grayscale: #3E3E3E. Windows color (decimal): -14077250 or 12464681. OLE color: 12464681.
HSL color Cylindrical-coordinate representation of color #2932BE: hue angle of 236.38º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2932BE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 50 | 190 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.25 |
| HSL | 236.38º | 0.65% | 0.45% | - |
| HSV(B) | 236.38º | 0.78% | 0.75% | - |
| XYZ | 11.35 | 6.47 | 49.37 | - |
| YUV | 63.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 190 | 0.78 | 0.74 | 0 | 0.25 | 236.38 | 0.65 | 0.45 |
| Hex | 29 | 32 | BE | 4E | 4A | 0 | 19 | EC | 41 | 2D |
| Octal | 51 | 62 | 276 | 116 | 112 | 0 | 31 | 354 | 101 | 55 |
| Binary | 101001 | 110010 | 10111110 | 1001110 | 1001010 | 0 | 11001 | 11101100 | 1000001 | 101101 |
Color Harmonies of #2932BE
Complementary color
Monochromatic Colors of #2932BE
Black with #2932BE
Text Example
Text Example
White with #2932BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2932BE; }
p { color: rgb(41,50,190); }
H1.HeaderClassName
{
color: #2932BE;
}
.AnyTagClassName
{
color: #2932BE;
}
</style>
background-color css
<style>
a { background-color: #2932BE; }
a { background-color: rgb(41,50,190); }
div.DivClassName
{
background-color: #2932BE;
}
.BgClassName
{
background-color: #2932BE;
}
</style>
border-color css
<style>
span { border-color: #2932BE; }
span { border-color: rgb(41,50,190); }
td.TdClassName
{
border-color: #2932BE;
}
.TagClassName
{
border-color: #2932BE;
}
</style>