Shades of Persian Blue #2242CE
Tints of Persian Blue #2242CE
RGB
CMYK
RGB Variations
Color information
#2242CE (or 0x2242CE) is known color: Persian Blue. HEX triplet: 22, 42 and CE. RGB value is (34,66,206). Sum of RGB (Red+Green+Blue) = 34+66+206=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #2242CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2242CE is #DDBD31. Grayscale: #474747. Windows color (decimal): -14531890 or 13517346. OLE color: 13517346.
HSL color Cylindrical-coordinate representation of color #2242CE: hue angle of 228.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2242CE is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 66 | 206 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.19 |
| HSL | 228.84º | 0.72% | 0.47% | - |
| HSV(B) | 228.84º | 0.83% | 0.81% | - |
| XYZ | 13.75 | 8.69 | 59.35 | - |
| YUV | 72.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 206 | 0.83 | 0.68 | 0 | 0.19 | 228.84 | 0.72 | 0.47 |
| Hex | 22 | 42 | CE | 53 | 44 | 0 | 13 | E5 | 48 | 2F |
| Octal | 42 | 102 | 316 | 123 | 104 | 0 | 23 | 345 | 110 | 57 |
| Binary | 100010 | 1000010 | 11001110 | 1010011 | 1000100 | 0 | 10011 | 11100101 | 1001000 | 101111 |
Color Harmonies of #2242CE
Complementary color
Monochromatic Colors of #2242CE
Black with #2242CE
Text Example
Text Example
White with #2242CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2242CE; }
p { color: rgb(34,66,206); }
H1.HeaderClassName
{
color: #2242CE;
}
.AnyTagClassName
{
color: #2242CE;
}
</style>
background-color css
<style>
a { background-color: #2242CE; }
a { background-color: rgb(34,66,206); }
div.DivClassName
{
background-color: #2242CE;
}
.BgClassName
{
background-color: #2242CE;
}
</style>
border-color css
<style>
span { border-color: #2242CE; }
span { border-color: rgb(34,66,206); }
td.TdClassName
{
border-color: #2242CE;
}
.TagClassName
{
border-color: #2242CE;
}
</style>