Shades of Persian Blue #2236AC
Tints of Persian Blue #2236AC
RGB
CMYK
RGB Variations
Color information
#2236AC (or 0x2236AC) is known color: Persian Blue. HEX triplet: 22, 36 and AC. RGB value is (34,54,172). Sum of RGB (Red+Green+Blue) = 34+54+172=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #2236AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2236AC is #DDC953. Grayscale: #3C3C3C. Windows color (decimal): -14534996 or 11286050. OLE color: 11286050.
HSL color Cylindrical-coordinate representation of color #2236AC: hue angle of 231.3º 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 #2236AC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 54 | 172 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.33 |
| HSL | 231.3º | 0.67% | 0.4% | - |
| HSV(B) | 231.3º | 0.8% | 0.67% | - |
| XYZ | 9.43 | 5.96 | 39.68 | - |
| YUV | 61.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 172 | 0.80 | 0.69 | 0 | 0.33 | 231.3 | 0.67 | 0.4 |
| Hex | 22 | 36 | AC | 50 | 45 | 0 | 21 | E7 | 43 | 28 |
| Octal | 42 | 66 | 254 | 120 | 105 | 0 | 41 | 347 | 103 | 50 |
| Binary | 100010 | 110110 | 10101100 | 1010000 | 1000101 | 0 | 100001 | 11100111 | 1000011 | 101000 |
Color Harmonies of #2236AC
Complementary color
Monochromatic Colors of #2236AC
Black with #2236AC
Text Example
Text Example
White with #2236AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2236AC; }
p { color: rgb(34,54,172); }
H1.HeaderClassName
{
color: #2236AC;
}
.AnyTagClassName
{
color: #2236AC;
}
</style>
background-color css
<style>
a { background-color: #2236AC; }
a { background-color: rgb(34,54,172); }
div.DivClassName
{
background-color: #2236AC;
}
.BgClassName
{
background-color: #2236AC;
}
</style>
border-color css
<style>
span { border-color: #2236AC; }
span { border-color: rgb(34,54,172); }
td.TdClassName
{
border-color: #2236AC;
}
.TagClassName
{
border-color: #2236AC;
}
</style>