Shades of Persian Blue #2136B1
Tints of Persian Blue #2136B1
RGB
CMYK
RGB Variations
Color information
#2136B1 (or 0x2136B1) is known color: Persian Blue. HEX triplet: 21, 36 and B1. RGB value is (33,54,177). Sum of RGB (Red+Green+Blue) = 33+54+177=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #2136B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2136B1 is #DEC94E. Grayscale: #3D3D3D. Windows color (decimal): -14600527 or 11613729. OLE color: 11613729.
HSL color Cylindrical-coordinate representation of color #2136B1: hue angle of 231.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2136B1 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 54 | 177 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.31 |
| HSL | 231.25º | 0.69% | 0.41% | - |
| HSV(B) | 231.25º | 0.81% | 0.69% | - |
| XYZ | 9.88 | 6.14 | 42.26 | - |
| YUV | 61.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 177 | 0.81 | 0.69 | 0 | 0.31 | 231.25 | 0.69 | 0.41 |
| Hex | 21 | 36 | B1 | 51 | 45 | 0 | 1F | E7 | 45 | 29 |
| Octal | 41 | 66 | 261 | 121 | 105 | 0 | 37 | 347 | 105 | 51 |
| Binary | 100001 | 110110 | 10110001 | 1010001 | 1000101 | 0 | 11111 | 11100111 | 1000101 | 101001 |
Color Harmonies of #2136B1
Complementary color
Monochromatic Colors of #2136B1
Black with #2136B1
Text Example
Text Example
White with #2136B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136B1; }
p { color: rgb(33,54,177); }
H1.HeaderClassName
{
color: #2136B1;
}
.AnyTagClassName
{
color: #2136B1;
}
</style>
background-color css
<style>
a { background-color: #2136B1; }
a { background-color: rgb(33,54,177); }
div.DivClassName
{
background-color: #2136B1;
}
.BgClassName
{
background-color: #2136B1;
}
</style>
border-color css
<style>
span { border-color: #2136B1; }
span { border-color: rgb(33,54,177); }
td.TdClassName
{
border-color: #2136B1;
}
.TagClassName
{
border-color: #2136B1;
}
</style>