Shades of Persian Blue #2237E5
Tints of Persian Blue #2237E5
RGB
CMYK
RGB Variations
Color information
#2237E5 (or 0x2237E5) is known color: Persian Blue. HEX triplet: 22, 37 and E5. RGB value is (34,55,229). Sum of RGB (Red+Green+Blue) = 34+55+229=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 229 (89.84% from 255 or 72.01% from 318); Max value from RGB is 229 - color contains mainly: blue. Hex color #2237E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2237E5 is #DDC81A. Grayscale: #434343. Windows color (decimal): -14534683 or 15021858. OLE color: 15021858.
HSL color Cylindrical-coordinate representation of color #2237E5: hue angle of 233.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2237E5 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 55 | 229 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.10 |
| HSL | 233.54º | 0.79% | 0.52% | - |
| HSV(B) | 233.54º | 0.85% | 0.9% | - |
| XYZ | 16.17 | 8.73 | 74.96 | - |
| YUV | 68.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 229 | 0.85 | 0.76 | 0 | 0.10 | 233.54 | 0.79 | 0.52 |
| Hex | 22 | 37 | E5 | 55 | 4C | 0 | A | EA | 4F | 34 |
| Octal | 42 | 67 | 345 | 125 | 114 | 0 | 12 | 352 | 117 | 64 |
| Binary | 100010 | 110111 | 11100101 | 1010101 | 1001100 | 0 | 1010 | 11101010 | 1001111 | 110100 |
Color Harmonies of #2237E5
Complementary color
Monochromatic Colors of #2237E5
Black with #2237E5
Text Example
Text Example
White with #2237E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2237E5; }
p { color: rgb(34,55,229); }
H1.HeaderClassName
{
color: #2237E5;
}
.AnyTagClassName
{
color: #2237E5;
}
</style>
background-color css
<style>
a { background-color: #2237E5; }
a { background-color: rgb(34,55,229); }
div.DivClassName
{
background-color: #2237E5;
}
.BgClassName
{
background-color: #2237E5;
}
</style>
border-color css
<style>
span { border-color: #2237E5; }
span { border-color: rgb(34,55,229); }
td.TdClassName
{
border-color: #2237E5;
}
.TagClassName
{
border-color: #2237E5;
}
</style>