Shades of Persian Blue #222DB1
Tints of Persian Blue #222DB1
RGB
CMYK
RGB Variations
Color information
#222DB1 (or 0x222DB1) is known color: Persian Blue. HEX triplet: 22, 2D and B1. RGB value is (34,45,177). Sum of RGB (Red+Green+Blue) = 34+45+177=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #222DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222DB1 is #DDD24E. Grayscale: #383838. Windows color (decimal): -14537295 or 11611426. OLE color: 11611426.
HSL color Cylindrical-coordinate representation of color #222DB1: hue angle of 235.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #222DB1 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 45 | 177 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.31 |
| HSL | 235.38º | 0.68% | 0.41% | - |
| HSV(B) | 235.38º | 0.81% | 0.69% | - |
| XYZ | 9.53 | 5.39 | 42.13 | - |
| YUV | 56.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 177 | 0.81 | 0.75 | 0 | 0.31 | 235.38 | 0.68 | 0.41 |
| Hex | 22 | 2D | B1 | 51 | 4B | 0 | 1F | EB | 44 | 29 |
| Octal | 42 | 55 | 261 | 121 | 113 | 0 | 37 | 353 | 104 | 51 |
| Binary | 100010 | 101101 | 10110001 | 1010001 | 1001011 | 0 | 11111 | 11101011 | 1000100 | 101001 |
Color Harmonies of #222DB1
Complementary color
Monochromatic Colors of #222DB1
Black with #222DB1
Text Example
Text Example
White with #222DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DB1; }
p { color: rgb(34,45,177); }
H1.HeaderClassName
{
color: #222DB1;
}
.AnyTagClassName
{
color: #222DB1;
}
</style>
background-color css
<style>
a { background-color: #222DB1; }
a { background-color: rgb(34,45,177); }
div.DivClassName
{
background-color: #222DB1;
}
.BgClassName
{
background-color: #222DB1;
}
</style>
border-color css
<style>
span { border-color: #222DB1; }
span { border-color: rgb(34,45,177); }
td.TdClassName
{
border-color: #222DB1;
}
.TagClassName
{
border-color: #222DB1;
}
</style>