Shades of Persian Blue #2228CF
Tints of Persian Blue #2228CF
RGB
CMYK
RGB Variations
Color information
#2228CF (or 0x2228CF) is known color: Persian Blue. HEX triplet: 22, 28 and CF. RGB value is (34,40,207). Sum of RGB (Red+Green+Blue) = 34+40+207=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #2228CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2228CF is #DDD730. Grayscale: #383838. Windows color (decimal): -14538545 or 13576226. OLE color: 13576226.
HSL color Cylindrical-coordinate representation of color #2228CF: hue angle of 237.92º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2228CF is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 40 | 207 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.19 |
| HSL | 237.92º | 0.72% | 0.47% | - |
| HSV(B) | 237.92º | 0.84% | 0.81% | - |
| XYZ | 12.68 | 6.36 | 59.59 | - |
| YUV | 57.24 | 212.51 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 207 | 0.84 | 0.81 | 0 | 0.19 | 237.92 | 0.72 | 0.47 |
| Hex | 22 | 28 | CF | 54 | 51 | 0 | 13 | EE | 48 | 2F |
| Octal | 42 | 50 | 317 | 124 | 121 | 0 | 23 | 356 | 110 | 57 |
| Binary | 100010 | 101000 | 11001111 | 1010100 | 1010001 | 0 | 10011 | 11101110 | 1001000 | 101111 |
Color Harmonies of #2228CF
Complementary color
Monochromatic Colors of #2228CF
Black with #2228CF
Text Example
Text Example
White with #2228CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2228CF; }
p { color: rgb(34,40,207); }
H1.HeaderClassName
{
color: #2228CF;
}
.AnyTagClassName
{
color: #2228CF;
}
</style>
background-color css
<style>
a { background-color: #2228CF; }
a { background-color: rgb(34,40,207); }
div.DivClassName
{
background-color: #2228CF;
}
.BgClassName
{
background-color: #2228CF;
}
</style>
border-color css
<style>
span { border-color: #2228CF; }
span { border-color: rgb(34,40,207); }
td.TdClassName
{
border-color: #2228CF;
}
.TagClassName
{
border-color: #2228CF;
}
</style>