Shades of Persian Blue #2136CD
Tints of Persian Blue #2136CD
RGB
CMYK
RGB Variations
Color information
#2136CD (or 0x2136CD) is known color: Persian Blue. HEX triplet: 21, 36 and CD. RGB value is (33,54,205). Sum of RGB (Red+Green+Blue) = 33+54+205=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #2136CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136CD is #DEC932. Grayscale: #404040. Windows color (decimal): -14600499 or 13448737. OLE color: 13448737.
HSL color Cylindrical-coordinate representation of color #2136CD: hue angle of 232.67º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2136CD is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 54 | 205 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.20 |
| HSL | 232.67º | 0.72% | 0.47% | - |
| HSV(B) | 232.67º | 0.84% | 0.8% | - |
| XYZ | 12.97 | 7.37 | 58.5 | - |
| YUV | 64.94 | 207.04 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 205 | 0.84 | 0.74 | 0 | 0.20 | 232.67 | 0.72 | 0.47 |
| Hex | 21 | 36 | CD | 54 | 4A | 0 | 14 | E9 | 48 | 2F |
| Octal | 41 | 66 | 315 | 124 | 112 | 0 | 24 | 351 | 110 | 57 |
| Binary | 100001 | 110110 | 11001101 | 1010100 | 1001010 | 0 | 10100 | 11101001 | 1001000 | 101111 |
Color Harmonies of #2136CD
Complementary color
Monochromatic Colors of #2136CD
Black with #2136CD
Text Example
Text Example
White with #2136CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136CD; }
p { color: rgb(33,54,205); }
H1.HeaderClassName
{
color: #2136CD;
}
.AnyTagClassName
{
color: #2136CD;
}
</style>
background-color css
<style>
a { background-color: #2136CD; }
a { background-color: rgb(33,54,205); }
div.DivClassName
{
background-color: #2136CD;
}
.BgClassName
{
background-color: #2136CD;
}
</style>
border-color css
<style>
span { border-color: #2136CD; }
span { border-color: rgb(33,54,205); }
td.TdClassName
{
border-color: #2136CD;
}
.TagClassName
{
border-color: #2136CD;
}
</style>