Shades of Persian Blue #2244BE
Tints of Persian Blue #2244BE
RGB
CMYK
RGB Variations
Color information
#2244BE (or 0x2244BE) is known color: Persian Blue. HEX triplet: 22, 44 and BE. RGB value is (34,68,190). Sum of RGB (Red+Green+Blue) = 34+68+190=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #2244BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2244BE is #DDBB41. Grayscale: #474747. Windows color (decimal): -14531394 or 12469282. OLE color: 12469282.
HSL color Cylindrical-coordinate representation of color #2244BE: hue angle of 226.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2244BE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 68 | 190 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.25 |
| HSL | 226.92º | 0.7% | 0.44% | - |
| HSV(B) | 226.92º | 0.82% | 0.75% | - |
| XYZ | 12.02 | 8.19 | 49.66 | - |
| YUV | 71.74 | 194.74 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 190 | 0.82 | 0.64 | 0 | 0.25 | 226.92 | 0.7 | 0.44 |
| Hex | 22 | 44 | BE | 52 | 40 | 0 | 19 | E3 | 46 | 2C |
| Octal | 42 | 104 | 276 | 122 | 100 | 0 | 31 | 343 | 106 | 54 |
| Binary | 100010 | 1000100 | 10111110 | 1010010 | 1000000 | 0 | 11001 | 11100011 | 1000110 | 101100 |
Color Harmonies of #2244BE
Complementary color
Monochromatic Colors of #2244BE
Black with #2244BE
Text Example
Text Example
White with #2244BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2244BE; }
p { color: rgb(34,68,190); }
H1.HeaderClassName
{
color: #2244BE;
}
.AnyTagClassName
{
color: #2244BE;
}
</style>
background-color css
<style>
a { background-color: #2244BE; }
a { background-color: rgb(34,68,190); }
div.DivClassName
{
background-color: #2244BE;
}
.BgClassName
{
background-color: #2244BE;
}
</style>
border-color css
<style>
span { border-color: #2244BE; }
span { border-color: rgb(34,68,190); }
td.TdClassName
{
border-color: #2244BE;
}
.TagClassName
{
border-color: #2244BE;
}
</style>