Shades of Persian Blue #2622AC
Tints of Persian Blue #2622AC
RGB
CMYK
RGB Variations
Color information
#2622AC (or 0x2622AC) is known color: Persian Blue. HEX triplet: 26, 22 and AC. RGB value is (38,34,172). Sum of RGB (Red+Green+Blue) = 38+34+172=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #2622AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2622AC is #D9DD53. Grayscale: #323232. Windows color (decimal): -14277972 or 11280934. OLE color: 11280934.
HSL color Cylindrical-coordinate representation of color #2622AC: hue angle of 241.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2622AC is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 34 | 172 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.33 |
| HSL | 241.74º | 0.67% | 0.4% | - |
| HSV(B) | 241.74º | 0.8% | 0.67% | - |
| XYZ | 8.82 | 4.53 | 39.44 | - |
| YUV | 50.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 172 | 0.78 | 0.80 | 0 | 0.33 | 241.74 | 0.67 | 0.4 |
| Hex | 26 | 22 | AC | 4E | 50 | 0 | 21 | F2 | 43 | 28 |
| Octal | 46 | 42 | 254 | 116 | 120 | 0 | 41 | 362 | 103 | 50 |
| Binary | 100110 | 100010 | 10101100 | 1001110 | 1010000 | 0 | 100001 | 11110010 | 1000011 | 101000 |
Color Harmonies of #2622AC
Complementary color
Monochromatic Colors of #2622AC
Black with #2622AC
Text Example
Text Example
White with #2622AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2622AC; }
p { color: rgb(38,34,172); }
H1.HeaderClassName
{
color: #2622AC;
}
.AnyTagClassName
{
color: #2622AC;
}
</style>
background-color css
<style>
a { background-color: #2622AC; }
a { background-color: rgb(38,34,172); }
div.DivClassName
{
background-color: #2622AC;
}
.BgClassName
{
background-color: #2622AC;
}
</style>
border-color css
<style>
span { border-color: #2622AC; }
span { border-color: rgb(38,34,172); }
td.TdClassName
{
border-color: #2622AC;
}
.TagClassName
{
border-color: #2622AC;
}
</style>