Shades of Persian Blue #2237AB
Tints of Persian Blue #2237AB
RGB
CMYK
RGB Variations
Color information
#2237AB (or 0x2237AB) is known color: Persian Blue. HEX triplet: 22, 37 and AB. RGB value is (34,55,171). Sum of RGB (Red+Green+Blue) = 34+55+171=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #2237AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2237AB is #DDC854. Grayscale: #3D3D3D. Windows color (decimal): -14534741 or 11220770. OLE color: 11220770.
HSL color Cylindrical-coordinate representation of color #2237AB: hue angle of 230.8º 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 #2237AB is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 55 | 171 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.33 |
| HSL | 230.8º | 0.67% | 0.4% | - |
| HSV(B) | 230.8º | 0.8% | 0.67% | - |
| XYZ | 9.38 | 6.01 | 39.19 | - |
| YUV | 61.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 171 | 0.80 | 0.68 | 0 | 0.33 | 230.8 | 0.67 | 0.4 |
| Hex | 22 | 37 | AB | 50 | 44 | 0 | 21 | E7 | 43 | 28 |
| Octal | 42 | 67 | 253 | 120 | 104 | 0 | 41 | 347 | 103 | 50 |
| Binary | 100010 | 110111 | 10101011 | 1010000 | 1000100 | 0 | 100001 | 11100111 | 1000011 | 101000 |
Color Harmonies of #2237AB
Complementary color
Monochromatic Colors of #2237AB
Black with #2237AB
Text Example
Text Example
White with #2237AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2237AB; }
p { color: rgb(34,55,171); }
H1.HeaderClassName
{
color: #2237AB;
}
.AnyTagClassName
{
color: #2237AB;
}
</style>
background-color css
<style>
a { background-color: #2237AB; }
a { background-color: rgb(34,55,171); }
div.DivClassName
{
background-color: #2237AB;
}
.BgClassName
{
background-color: #2237AB;
}
</style>
border-color css
<style>
span { border-color: #2237AB; }
span { border-color: rgb(34,55,171); }
td.TdClassName
{
border-color: #2237AB;
}
.TagClassName
{
border-color: #2237AB;
}
</style>