Shades of Persian Blue #2225BC
Tints of Persian Blue #2225BC
RGB
CMYK
RGB Variations
Color information
#2225BC (or 0x2225BC) is known color: Persian Blue. HEX triplet: 22, 25 and BC. RGB value is (34,37,188). Sum of RGB (Red+Green+Blue) = 34+37+188=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #2225BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2225BC is #DDDA43. Grayscale: #343434. Windows color (decimal): -14539332 or 12330274. OLE color: 12330274.
HSL color Cylindrical-coordinate representation of color #2225BC: hue angle of 238.83º degrees, saturation: 0.69, 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 #2225BC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 37 | 188 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.26 |
| HSL | 238.83º | 0.69% | 0.44% | - |
| HSV(B) | 238.83º | 0.82% | 0.74% | - |
| XYZ | 10.4 | 5.29 | 48.05 | - |
| YUV | 53.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 188 | 0.82 | 0.80 | 0 | 0.26 | 238.83 | 0.69 | 0.44 |
| Hex | 22 | 25 | BC | 52 | 50 | 0 | 1A | EF | 45 | 2C |
| Octal | 42 | 45 | 274 | 122 | 120 | 0 | 32 | 357 | 105 | 54 |
| Binary | 100010 | 100101 | 10111100 | 1010010 | 1010000 | 0 | 11010 | 11101111 | 1000101 | 101100 |
Color Harmonies of #2225BC
Complementary color
Monochromatic Colors of #2225BC
Black with #2225BC
Text Example
Text Example
White with #2225BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2225BC; }
p { color: rgb(34,37,188); }
H1.HeaderClassName
{
color: #2225BC;
}
.AnyTagClassName
{
color: #2225BC;
}
</style>
background-color css
<style>
a { background-color: #2225BC; }
a { background-color: rgb(34,37,188); }
div.DivClassName
{
background-color: #2225BC;
}
.BgClassName
{
background-color: #2225BC;
}
</style>
border-color css
<style>
span { border-color: #2225BC; }
span { border-color: rgb(34,37,188); }
td.TdClassName
{
border-color: #2225BC;
}
.TagClassName
{
border-color: #2225BC;
}
</style>