Shades of Persian Blue #2136DE
Tints of Persian Blue #2136DE
RGB
CMYK
RGB Variations
Color information
#2136DE (or 0x2136DE) is known color: Persian Blue. HEX triplet: 21, 36 and DE. RGB value is (33,54,222). Sum of RGB (Red+Green+Blue) = 33+54+222=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #2136DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136DE is #DEC921. Grayscale: #424242. Windows color (decimal): -14600482 or 14562849. OLE color: 14562849.
HSL color Cylindrical-coordinate representation of color #2136DE: hue angle of 233.33º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2136DE is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 54 | 222 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.13 |
| HSL | 233.33º | 0.74% | 0.5% | - |
| HSV(B) | 233.33º | 0.85% | 0.87% | - |
| XYZ | 15.13 | 8.24 | 69.9 | - |
| YUV | 66.87 | 215.54 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 222 | 0.85 | 0.76 | 0 | 0.13 | 233.33 | 0.74 | 0.5 |
| Hex | 21 | 36 | DE | 55 | 4C | 0 | D | E9 | 4A | 32 |
| Octal | 41 | 66 | 336 | 125 | 114 | 0 | 15 | 351 | 112 | 62 |
| Binary | 100001 | 110110 | 11011110 | 1010101 | 1001100 | 0 | 1101 | 11101001 | 1001010 | 110010 |
Color Harmonies of #2136DE
Complementary color
Monochromatic Colors of #2136DE
Black with #2136DE
Text Example
Text Example
White with #2136DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136DE; }
p { color: rgb(33,54,222); }
H1.HeaderClassName
{
color: #2136DE;
}
.AnyTagClassName
{
color: #2136DE;
}
</style>
background-color css
<style>
a { background-color: #2136DE; }
a { background-color: rgb(33,54,222); }
div.DivClassName
{
background-color: #2136DE;
}
.BgClassName
{
background-color: #2136DE;
}
</style>
border-color css
<style>
span { border-color: #2136DE; }
span { border-color: rgb(33,54,222); }
td.TdClassName
{
border-color: #2136DE;
}
.TagClassName
{
border-color: #2136DE;
}
</style>