Shades of Persian Blue #2140CB
Tints of Persian Blue #2140CB
RGB
CMYK
RGB Variations
Color information
#2140CB (or 0x2140CB) is known color: Persian Blue. HEX triplet: 21, 40 and CB. RGB value is (33,64,203). Sum of RGB (Red+Green+Blue) = 33+64+203=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #2140CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140CB is #DEBF34. Grayscale: #454545. Windows color (decimal): -14597941 or 13320225. OLE color: 13320225.
HSL color Cylindrical-coordinate representation of color #2140CB: hue angle of 229.06º 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 #2140CB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 64 | 203 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.20 |
| HSL | 229.06º | 0.72% | 0.46% | - |
| HSV(B) | 229.06º | 0.84% | 0.8% | - |
| XYZ | 13.24 | 8.3 | 57.4 | - |
| YUV | 70.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 203 | 0.84 | 0.68 | 0 | 0.20 | 229.06 | 0.72 | 0.46 |
| Hex | 21 | 40 | CB | 54 | 44 | 0 | 14 | E5 | 48 | 2E |
| Octal | 41 | 100 | 313 | 124 | 104 | 0 | 24 | 345 | 110 | 56 |
| Binary | 100001 | 1000000 | 11001011 | 1010100 | 1000100 | 0 | 10100 | 11100101 | 1001000 | 101110 |
Color Harmonies of #2140CB
Complementary color
Monochromatic Colors of #2140CB
Black with #2140CB
Text Example
Text Example
White with #2140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140CB; }
p { color: rgb(33,64,203); }
H1.HeaderClassName
{
color: #2140CB;
}
.AnyTagClassName
{
color: #2140CB;
}
</style>
background-color css
<style>
a { background-color: #2140CB; }
a { background-color: rgb(33,64,203); }
div.DivClassName
{
background-color: #2140CB;
}
.BgClassName
{
background-color: #2140CB;
}
</style>
border-color css
<style>
span { border-color: #2140CB; }
span { border-color: rgb(33,64,203); }
td.TdClassName
{
border-color: #2140CB;
}
.TagClassName
{
border-color: #2140CB;
}
</style>