Shades of Persian Blue #2136C6
Tints of Persian Blue #2136C6
RGB
CMYK
RGB Variations
Color information
#2136C6 (or 0x2136C6) is known color: Persian Blue. HEX triplet: 21, 36 and C6. RGB value is (33,54,198). Sum of RGB (Red+Green+Blue) = 33+54+198=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 198 (77.73% from 255 or 69.47% from 285); Max value from RGB is 198 - color contains mainly: blue. Hex color #2136C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136C6 is #DEC939. Grayscale: #3F3F3F. Windows color (decimal): -14600506 or 12989985. OLE color: 12989985.
HSL color Cylindrical-coordinate representation of color #2136C6: hue angle of 232.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2136C6 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 54 | 198 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.22 |
| HSL | 232.36º | 0.71% | 0.45% | - |
| HSV(B) | 232.36º | 0.83% | 0.78% | - |
| XYZ | 12.14 | 7.04 | 54.14 | - |
| YUV | 64.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 198 | 0.83 | 0.73 | 0 | 0.22 | 232.36 | 0.71 | 0.45 |
| Hex | 21 | 36 | C6 | 53 | 49 | 0 | 16 | E8 | 47 | 2D |
| Octal | 41 | 66 | 306 | 123 | 111 | 0 | 26 | 350 | 107 | 55 |
| Binary | 100001 | 110110 | 11000110 | 1010011 | 1001001 | 0 | 10110 | 11101000 | 1000111 | 101101 |
Color Harmonies of #2136C6
Complementary color
Monochromatic Colors of #2136C6
Black with #2136C6
Text Example
Text Example
White with #2136C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136C6; }
p { color: rgb(33,54,198); }
H1.HeaderClassName
{
color: #2136C6;
}
.AnyTagClassName
{
color: #2136C6;
}
</style>
background-color css
<style>
a { background-color: #2136C6; }
a { background-color: rgb(33,54,198); }
div.DivClassName
{
background-color: #2136C6;
}
.BgClassName
{
background-color: #2136C6;
}
</style>
border-color css
<style>
span { border-color: #2136C6; }
span { border-color: rgb(33,54,198); }
td.TdClassName
{
border-color: #2136C6;
}
.TagClassName
{
border-color: #2136C6;
}
</style>