Shades of Persian Blue #2136CB
Tints of Persian Blue #2136CB
RGB
CMYK
RGB Variations
Color information
#2136CB (or 0x2136CB) is known color: Persian Blue. HEX triplet: 21, 36 and CB. RGB value is (33,54,203). Sum of RGB (Red+Green+Blue) = 33+54+203=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #2136CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136CB is #DEC934. Grayscale: #404040. Windows color (decimal): -14600501 or 13317665. OLE color: 13317665.
HSL color Cylindrical-coordinate representation of color #2136CB: hue angle of 232.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2136CB is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 54 | 203 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.20 |
| HSL | 232.59º | 0.72% | 0.46% | - |
| HSV(B) | 232.59º | 0.84% | 0.8% | - |
| XYZ | 12.73 | 7.27 | 57.23 | - |
| YUV | 64.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 203 | 0.84 | 0.73 | 0 | 0.20 | 232.59 | 0.72 | 0.46 |
| Hex | 21 | 36 | CB | 54 | 49 | 0 | 14 | E9 | 48 | 2E |
| Octal | 41 | 66 | 313 | 124 | 111 | 0 | 24 | 351 | 110 | 56 |
| Binary | 100001 | 110110 | 11001011 | 1010100 | 1001001 | 0 | 10100 | 11101001 | 1001000 | 101110 |
Color Harmonies of #2136CB
Complementary color
Monochromatic Colors of #2136CB
Black with #2136CB
Text Example
Text Example
White with #2136CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136CB; }
p { color: rgb(33,54,203); }
H1.HeaderClassName
{
color: #2136CB;
}
.AnyTagClassName
{
color: #2136CB;
}
</style>
background-color css
<style>
a { background-color: #2136CB; }
a { background-color: rgb(33,54,203); }
div.DivClassName
{
background-color: #2136CB;
}
.BgClassName
{
background-color: #2136CB;
}
</style>
border-color css
<style>
span { border-color: #2136CB; }
span { border-color: rgb(33,54,203); }
td.TdClassName
{
border-color: #2136CB;
}
.TagClassName
{
border-color: #2136CB;
}
</style>