Shades of Persian Blue #2227DA
Tints of Persian Blue #2227DA
RGB
CMYK
RGB Variations
Color information
#2227DA (or 0x2227DA) is known color: Persian Blue. HEX triplet: 22, 27 and DA. RGB value is (34,39,218). Sum of RGB (Red+Green+Blue) = 34+39+218=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #2227DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227DA is #DDD825. Grayscale: #393939. Windows color (decimal): -14538790 or 14296866. OLE color: 14296866.
HSL color Cylindrical-coordinate representation of color #2227DA: hue angle of 238.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2227DA is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 39 | 218 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.15 |
| HSL | 238.37º | 0.73% | 0.49% | - |
| HSV(B) | 238.37º | 0.84% | 0.85% | - |
| XYZ | 14.04 | 6.85 | 66.91 | - |
| YUV | 57.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 218 | 0.84 | 0.82 | 0 | 0.15 | 238.37 | 0.73 | 0.49 |
| Hex | 22 | 27 | DA | 54 | 52 | 0 | F | EE | 49 | 31 |
| Octal | 42 | 47 | 332 | 124 | 122 | 0 | 17 | 356 | 111 | 61 |
| Binary | 100010 | 100111 | 11011010 | 1010100 | 1010010 | 0 | 1111 | 11101110 | 1001001 | 110001 |
Color Harmonies of #2227DA
Complementary color
Monochromatic Colors of #2227DA
Black with #2227DA
Text Example
Text Example
White with #2227DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2227DA; }
p { color: rgb(34,39,218); }
H1.HeaderClassName
{
color: #2227DA;
}
.AnyTagClassName
{
color: #2227DA;
}
</style>
background-color css
<style>
a { background-color: #2227DA; }
a { background-color: rgb(34,39,218); }
div.DivClassName
{
background-color: #2227DA;
}
.BgClassName
{
background-color: #2227DA;
}
</style>
border-color css
<style>
span { border-color: #2227DA; }
span { border-color: rgb(34,39,218); }
td.TdClassName
{
border-color: #2227DA;
}
.TagClassName
{
border-color: #2227DA;
}
</style>