Shades of Persian Blue #222DBD
Tints of Persian Blue #222DBD
RGB
CMYK
RGB Variations
Color information
#222DBD (or 0x222DBD) is known color: Persian Blue. HEX triplet: 22, 2D and BD. RGB value is (34,45,189). Sum of RGB (Red+Green+Blue) = 34+45+189=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #222DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DBD is #DDD242. Grayscale: #393939. Windows color (decimal): -14537283 or 12397858. OLE color: 12397858.
HSL color Cylindrical-coordinate representation of color #222DBD: hue angle of 235.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222DBD is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 45 | 189 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.26 |
| HSL | 235.74º | 0.7% | 0.44% | - |
| HSV(B) | 235.74º | 0.82% | 0.74% | - |
| XYZ | 10.78 | 5.89 | 48.71 | - |
| YUV | 58.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 189 | 0.82 | 0.76 | 0 | 0.26 | 235.74 | 0.7 | 0.44 |
| Hex | 22 | 2D | BD | 52 | 4C | 0 | 1A | EC | 46 | 2C |
| Octal | 42 | 55 | 275 | 122 | 114 | 0 | 32 | 354 | 106 | 54 |
| Binary | 100010 | 101101 | 10111101 | 1010010 | 1001100 | 0 | 11010 | 11101100 | 1000110 | 101100 |
Color Harmonies of #222DBD
Complementary color
Monochromatic Colors of #222DBD
Black with #222DBD
Text Example
Text Example
White with #222DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DBD; }
p { color: rgb(34,45,189); }
H1.HeaderClassName
{
color: #222DBD;
}
.AnyTagClassName
{
color: #222DBD;
}
</style>
background-color css
<style>
a { background-color: #222DBD; }
a { background-color: rgb(34,45,189); }
div.DivClassName
{
background-color: #222DBD;
}
.BgClassName
{
background-color: #222DBD;
}
</style>
border-color css
<style>
span { border-color: #222DBD; }
span { border-color: rgb(34,45,189); }
td.TdClassName
{
border-color: #222DBD;
}
.TagClassName
{
border-color: #222DBD;
}
</style>