Shades of Persian Blue #2136C1
Tints of Persian Blue #2136C1
RGB
CMYK
RGB Variations
Color information
#2136C1 (or 0x2136C1) is known color: Persian Blue. HEX triplet: 21, 36 and C1. RGB value is (33,54,193). Sum of RGB (Red+Green+Blue) = 33+54+193=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #2136C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136C1 is #DEC93E. Grayscale: #3E3E3E. Windows color (decimal): -14600511 or 12662305. OLE color: 12662305.
HSL color Cylindrical-coordinate representation of color #2136C1: hue angle of 232.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2136C1 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 54 | 193 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.24 |
| HSL | 232.13º | 0.71% | 0.44% | - |
| HSV(B) | 232.13º | 0.83% | 0.76% | - |
| XYZ | 11.57 | 6.81 | 51.16 | - |
| YUV | 63.57 | 201.04 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 193 | 0.83 | 0.72 | 0 | 0.24 | 232.13 | 0.71 | 0.44 |
| Hex | 21 | 36 | C1 | 53 | 48 | 0 | 18 | E8 | 47 | 2C |
| Octal | 41 | 66 | 301 | 123 | 110 | 0 | 30 | 350 | 107 | 54 |
| Binary | 100001 | 110110 | 11000001 | 1010011 | 1001000 | 0 | 11000 | 11101000 | 1000111 | 101100 |
Color Harmonies of #2136C1
Complementary color
Monochromatic Colors of #2136C1
Black with #2136C1
Text Example
Text Example
White with #2136C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136C1; }
p { color: rgb(33,54,193); }
H1.HeaderClassName
{
color: #2136C1;
}
.AnyTagClassName
{
color: #2136C1;
}
</style>
background-color css
<style>
a { background-color: #2136C1; }
a { background-color: rgb(33,54,193); }
div.DivClassName
{
background-color: #2136C1;
}
.BgClassName
{
background-color: #2136C1;
}
</style>
border-color css
<style>
span { border-color: #2136C1; }
span { border-color: rgb(33,54,193); }
td.TdClassName
{
border-color: #2136C1;
}
.TagClassName
{
border-color: #2136C1;
}
</style>