Shades of Persian Blue #2136DD
Tints of Persian Blue #2136DD
RGB
CMYK
RGB Variations
Color information
#2136DD (or 0x2136DD) is known color: Persian Blue. HEX triplet: 21, 36 and DD. RGB value is (33,54,221). Sum of RGB (Red+Green+Blue) = 33+54+221=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #2136DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136DD is #DEC922. Grayscale: #424242. Windows color (decimal): -14600483 or 14497313. OLE color: 14497313.
HSL color Cylindrical-coordinate representation of color #2136DD: hue angle of 233.3º 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 #2136DD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 54 | 221 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.13 |
| HSL | 233.3º | 0.74% | 0.5% | - |
| HSV(B) | 233.3º | 0.85% | 0.87% | - |
| XYZ | 15 | 8.18 | 69.2 | - |
| YUV | 66.76 | 215.04 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 221 | 0.85 | 0.76 | 0 | 0.13 | 233.3 | 0.74 | 0.5 |
| Hex | 21 | 36 | DD | 55 | 4C | 0 | D | E9 | 4A | 32 |
| Octal | 41 | 66 | 335 | 125 | 114 | 0 | 15 | 351 | 112 | 62 |
| Binary | 100001 | 110110 | 11011101 | 1010101 | 1001100 | 0 | 1101 | 11101001 | 1001010 | 110010 |
Color Harmonies of #2136DD
Complementary color
Monochromatic Colors of #2136DD
Black with #2136DD
Text Example
Text Example
White with #2136DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136DD; }
p { color: rgb(33,54,221); }
H1.HeaderClassName
{
color: #2136DD;
}
.AnyTagClassName
{
color: #2136DD;
}
</style>
background-color css
<style>
a { background-color: #2136DD; }
a { background-color: rgb(33,54,221); }
div.DivClassName
{
background-color: #2136DD;
}
.BgClassName
{
background-color: #2136DD;
}
</style>
border-color css
<style>
span { border-color: #2136DD; }
span { border-color: rgb(33,54,221); }
td.TdClassName
{
border-color: #2136DD;
}
.TagClassName
{
border-color: #2136DD;
}
</style>