Shades of Persian Blue #2922CC
Tints of Persian Blue #2922CC
RGB
CMYK
RGB Variations
Color information
#2922CC (or 0x2922CC) is known color: Persian Blue. HEX triplet: 29, 22 and CC. RGB value is (41,34,204). Sum of RGB (Red+Green+Blue) = 41+34+204=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2922CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2922CC is #D6DD33. Grayscale: #363636. Windows color (decimal): -14081332 or 13378089. OLE color: 13378089.
HSL color Cylindrical-coordinate representation of color #2922CC: hue angle of 242.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2922CC is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 34 | 204 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.2 |
| HSL | 242.47º | 0.71% | 0.47% | - |
| HSV(B) | 242.47º | 0.83% | 0.8% | - |
| XYZ | 12.39 | 5.98 | 57.63 | - |
| YUV | 55.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 204 | 0.80 | 0.83 | 0 | 0.2 | 242.47 | 0.71 | 0.47 |
| Hex | 29 | 22 | CC | 50 | 53 | 0 | 14 | F2 | 47 | 2F |
| Octal | 51 | 42 | 314 | 120 | 123 | 0 | 24 | 362 | 107 | 57 |
| Binary | 101001 | 100010 | 11001100 | 1010000 | 1010011 | 0 | 10100 | 11110010 | 1000111 | 101111 |
Color Harmonies of #2922CC
Complementary color
Monochromatic Colors of #2922CC
Black with #2922CC
Text Example
Text Example
White with #2922CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2922CC; }
p { color: rgb(41,34,204); }
H1.HeaderClassName
{
color: #2922CC;
}
.AnyTagClassName
{
color: #2922CC;
}
</style>
background-color css
<style>
a { background-color: #2922CC; }
a { background-color: rgb(41,34,204); }
div.DivClassName
{
background-color: #2922CC;
}
.BgClassName
{
background-color: #2922CC;
}
</style>
border-color css
<style>
span { border-color: #2922CC; }
span { border-color: rgb(41,34,204); }
td.TdClassName
{
border-color: #2922CC;
}
.TagClassName
{
border-color: #2922CC;
}
</style>