Shades of Persian Blue #2231AD
Tints of Persian Blue #2231AD
RGB
CMYK
RGB Variations
Color information
#2231AD (or 0x2231AD) is known color: Persian Blue. HEX triplet: 22, 31 and AD. RGB value is (34,49,173). Sum of RGB (Red+Green+Blue) = 34+49+173=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #2231AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2231AD is #DDCE52. Grayscale: #3A3A3A. Windows color (decimal): -14536275 or 11350306. OLE color: 11350306.
HSL color Cylindrical-coordinate representation of color #2231AD: hue angle of 233.53º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2231AD is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 49 | 173 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.32 |
| HSL | 233.53º | 0.67% | 0.41% | - |
| HSV(B) | 233.53º | 0.8% | 0.68% | - |
| XYZ | 9.3 | 5.55 | 40.12 | - |
| YUV | 58.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 173 | 0.80 | 0.72 | 0 | 0.32 | 233.53 | 0.67 | 0.41 |
| Hex | 22 | 31 | AD | 50 | 48 | 0 | 20 | EA | 43 | 29 |
| Octal | 42 | 61 | 255 | 120 | 110 | 0 | 40 | 352 | 103 | 51 |
| Binary | 100010 | 110001 | 10101101 | 1010000 | 1001000 | 0 | 100000 | 11101010 | 1000011 | 101001 |
Color Harmonies of #2231AD
Complementary color
Monochromatic Colors of #2231AD
Black with #2231AD
Text Example
Text Example
White with #2231AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2231AD; }
p { color: rgb(34,49,173); }
H1.HeaderClassName
{
color: #2231AD;
}
.AnyTagClassName
{
color: #2231AD;
}
</style>
background-color css
<style>
a { background-color: #2231AD; }
a { background-color: rgb(34,49,173); }
div.DivClassName
{
background-color: #2231AD;
}
.BgClassName
{
background-color: #2231AD;
}
</style>
border-color css
<style>
span { border-color: #2231AD; }
span { border-color: rgb(34,49,173); }
td.TdClassName
{
border-color: #2231AD;
}
.TagClassName
{
border-color: #2231AD;
}
</style>