Shades of Persian Blue #2232E0
Tints of Persian Blue #2232E0
RGB
CMYK
RGB Variations
Color information
#2232E0 (or 0x2232E0) is known color: Persian Blue. HEX triplet: 22, 32 and E0. RGB value is (34,50,224). Sum of RGB (Red+Green+Blue) = 34+50+224=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #2232E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2232E0 is #DDCD1F. Grayscale: #404040. Windows color (decimal): -14535968 or 14692898. OLE color: 14692898.
HSL color Cylindrical-coordinate representation of color #2232E0: hue angle of 234.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2232E0 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 50 | 224 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.12 |
| HSL | 234.95º | 0.75% | 0.51% | - |
| HSV(B) | 234.95º | 0.85% | 0.88% | - |
| XYZ | 15.25 | 8 | 71.26 | - |
| YUV | 65.05 | 217.7 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 224 | 0.85 | 0.78 | 0 | 0.12 | 234.95 | 0.75 | 0.51 |
| Hex | 22 | 32 | E0 | 55 | 4E | 0 | C | EB | 4B | 33 |
| Octal | 42 | 62 | 340 | 125 | 116 | 0 | 14 | 353 | 113 | 63 |
| Binary | 100010 | 110010 | 11100000 | 1010101 | 1001110 | 0 | 1100 | 11101011 | 1001011 | 110011 |
Color Harmonies of #2232E0
Complementary color
Monochromatic Colors of #2232E0
Black with #2232E0
Text Example
Text Example
White with #2232E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2232E0; }
p { color: rgb(34,50,224); }
H1.HeaderClassName
{
color: #2232E0;
}
.AnyTagClassName
{
color: #2232E0;
}
</style>
background-color css
<style>
a { background-color: #2232E0; }
a { background-color: rgb(34,50,224); }
div.DivClassName
{
background-color: #2232E0;
}
.BgClassName
{
background-color: #2232E0;
}
</style>
border-color css
<style>
span { border-color: #2232E0; }
span { border-color: rgb(34,50,224); }
td.TdClassName
{
border-color: #2232E0;
}
.TagClassName
{
border-color: #2232E0;
}
</style>