Shades of Persian Blue #2422BD
Tints of Persian Blue #2422BD
RGB
CMYK
RGB Variations
Color information
#2422BD (or 0x2422BD) is known color: Persian Blue. HEX triplet: 24, 22 and BD. RGB value is (36,34,189). Sum of RGB (Red+Green+Blue) = 36+34+189=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #2422BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2422BD is #DBDD42. Grayscale: #333333. Windows color (decimal): -14409027 or 12395044. OLE color: 12395044.
HSL color Cylindrical-coordinate representation of color #2422BD: hue angle of 240.77º 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 #2422BD is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 34 | 189 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.26 |
| HSL | 240.77º | 0.7% | 0.44% | - |
| HSV(B) | 240.77º | 0.82% | 0.74% | - |
| XYZ | 10.48 | 5.19 | 48.59 | - |
| YUV | 52.27 | 205.16 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 189 | 0.81 | 0.82 | 0 | 0.26 | 240.77 | 0.7 | 0.44 |
| Hex | 24 | 22 | BD | 51 | 52 | 0 | 1A | F1 | 46 | 2C |
| Octal | 44 | 42 | 275 | 121 | 122 | 0 | 32 | 361 | 106 | 54 |
| Binary | 100100 | 100010 | 10111101 | 1010001 | 1010010 | 0 | 11010 | 11110001 | 1000110 | 101100 |
Color Harmonies of #2422BD
Complementary color
Monochromatic Colors of #2422BD
Black with #2422BD
Text Example
Text Example
White with #2422BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2422BD; }
p { color: rgb(36,34,189); }
H1.HeaderClassName
{
color: #2422BD;
}
.AnyTagClassName
{
color: #2422BD;
}
</style>
background-color css
<style>
a { background-color: #2422BD; }
a { background-color: rgb(36,34,189); }
div.DivClassName
{
background-color: #2422BD;
}
.BgClassName
{
background-color: #2422BD;
}
</style>
border-color css
<style>
span { border-color: #2422BD; }
span { border-color: rgb(36,34,189); }
td.TdClassName
{
border-color: #2422BD;
}
.TagClassName
{
border-color: #2422BD;
}
</style>