Shades of Persian Blue #222DB5
Tints of Persian Blue #222DB5
RGB
CMYK
RGB Variations
Color information
#222DB5 (or 0x222DB5) is known color: Persian Blue. HEX triplet: 22, 2D and B5. RGB value is (34,45,181). Sum of RGB (Red+Green+Blue) = 34+45+181=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 181 (71.09% from 255 or 69.62% from 260); Max value from RGB is 181 - color contains mainly: blue. Hex color #222DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DB5 is #DDD24A. Grayscale: #383838. Windows color (decimal): -14537291 or 11873570. OLE color: 11873570.
HSL color Cylindrical-coordinate representation of color #222DB5: hue angle of 235.51º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #222DB5 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 45 | 181 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.29 |
| HSL | 235.51º | 0.68% | 0.42% | - |
| HSV(B) | 235.51º | 0.81% | 0.71% | - |
| XYZ | 9.94 | 5.55 | 44.26 | - |
| YUV | 57.22 | 197.86 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 181 | 0.81 | 0.75 | 0 | 0.29 | 235.51 | 0.68 | 0.42 |
| Hex | 22 | 2D | B5 | 51 | 4B | 0 | 1D | EC | 44 | 2A |
| Octal | 42 | 55 | 265 | 121 | 113 | 0 | 35 | 354 | 104 | 52 |
| Binary | 100010 | 101101 | 10110101 | 1010001 | 1001011 | 0 | 11101 | 11101100 | 1000100 | 101010 |
Color Harmonies of #222DB5
Complementary color
Monochromatic Colors of #222DB5
Black with #222DB5
Text Example
Text Example
White with #222DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DB5; }
p { color: rgb(34,45,181); }
H1.HeaderClassName
{
color: #222DB5;
}
.AnyTagClassName
{
color: #222DB5;
}
</style>
background-color css
<style>
a { background-color: #222DB5; }
a { background-color: rgb(34,45,181); }
div.DivClassName
{
background-color: #222DB5;
}
.BgClassName
{
background-color: #222DB5;
}
</style>
border-color css
<style>
span { border-color: #222DB5; }
span { border-color: rgb(34,45,181); }
td.TdClassName
{
border-color: #222DB5;
}
.TagClassName
{
border-color: #222DB5;
}
</style>