Shades of Persian Blue #2231BA
Tints of Persian Blue #2231BA
RGB
CMYK
RGB Variations
Color information
#2231BA (or 0x2231BA) is known color: Persian Blue. HEX triplet: 22, 31 and BA. RGB value is (34,49,186). Sum of RGB (Red+Green+Blue) = 34+49+186=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #2231BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2231BA is #DDCE45. Grayscale: #3B3B3B. Windows color (decimal): -14536262 or 12202274. OLE color: 12202274.
HSL color Cylindrical-coordinate representation of color #2231BA: hue angle of 234.08º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2231BA is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 49 | 186 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.27 |
| HSL | 234.08º | 0.69% | 0.43% | - |
| HSV(B) | 234.08º | 0.82% | 0.73% | - |
| XYZ | 10.62 | 6.08 | 47.07 | - |
| YUV | 60.13 | 199.03 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 186 | 0.82 | 0.74 | 0 | 0.27 | 234.08 | 0.69 | 0.43 |
| Hex | 22 | 31 | BA | 52 | 4A | 0 | 1B | EA | 45 | 2B |
| Octal | 42 | 61 | 272 | 122 | 112 | 0 | 33 | 352 | 105 | 53 |
| Binary | 100010 | 110001 | 10111010 | 1010010 | 1001010 | 0 | 11011 | 11101010 | 1000101 | 101011 |
Color Harmonies of #2231BA
Complementary color
Monochromatic Colors of #2231BA
Black with #2231BA
Text Example
Text Example
White with #2231BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2231BA; }
p { color: rgb(34,49,186); }
H1.HeaderClassName
{
color: #2231BA;
}
.AnyTagClassName
{
color: #2231BA;
}
</style>
background-color css
<style>
a { background-color: #2231BA; }
a { background-color: rgb(34,49,186); }
div.DivClassName
{
background-color: #2231BA;
}
.BgClassName
{
background-color: #2231BA;
}
</style>
border-color css
<style>
span { border-color: #2231BA; }
span { border-color: rgb(34,49,186); }
td.TdClassName
{
border-color: #2231BA;
}
.TagClassName
{
border-color: #2231BA;
}
</style>