Shades of Persian Blue #2136AE
Tints of Persian Blue #2136AE
RGB
CMYK
RGB Variations
Color information
#2136AE (or 0x2136AE) is known color: Persian Blue. HEX triplet: 21, 36 and AE. RGB value is (33,54,174). Sum of RGB (Red+Green+Blue) = 33+54+174=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #2136AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2136AE is #DEC951. Grayscale: #3C3C3C. Windows color (decimal): -14600530 or 11417121. OLE color: 11417121.
HSL color Cylindrical-coordinate representation of color #2136AE: hue angle of 231.06º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2136AE is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 54 | 174 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.32 |
| HSL | 231.06º | 0.68% | 0.41% | - |
| HSV(B) | 231.06º | 0.81% | 0.68% | - |
| XYZ | 9.59 | 6.02 | 40.7 | - |
| YUV | 61.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 174 | 0.81 | 0.69 | 0 | 0.32 | 231.06 | 0.68 | 0.41 |
| Hex | 21 | 36 | AE | 51 | 45 | 0 | 20 | E7 | 44 | 29 |
| Octal | 41 | 66 | 256 | 121 | 105 | 0 | 40 | 347 | 104 | 51 |
| Binary | 100001 | 110110 | 10101110 | 1010001 | 1000101 | 0 | 100000 | 11100111 | 1000100 | 101001 |
Color Harmonies of #2136AE
Complementary color
Monochromatic Colors of #2136AE
Black with #2136AE
Text Example
Text Example
White with #2136AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136AE; }
p { color: rgb(33,54,174); }
H1.HeaderClassName
{
color: #2136AE;
}
.AnyTagClassName
{
color: #2136AE;
}
</style>
background-color css
<style>
a { background-color: #2136AE; }
a { background-color: rgb(33,54,174); }
div.DivClassName
{
background-color: #2136AE;
}
.BgClassName
{
background-color: #2136AE;
}
</style>
border-color css
<style>
span { border-color: #2136AE; }
span { border-color: rgb(33,54,174); }
td.TdClassName
{
border-color: #2136AE;
}
.TagClassName
{
border-color: #2136AE;
}
</style>