Shades of Persian Blue #2140CC
Tints of Persian Blue #2140CC
RGB
CMYK
RGB Variations
Color information
#2140CC (or 0x2140CC) is known color: Persian Blue. HEX triplet: 21, 40 and CC. RGB value is (33,64,204). Sum of RGB (Red+Green+Blue) = 33+64+204=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #2140CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140CC is #DEBF33. Grayscale: #464646. Windows color (decimal): -14597940 or 13385761. OLE color: 13385761.
HSL color Cylindrical-coordinate representation of color #2140CC: hue angle of 229.12º 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 #2140CC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 64 | 204 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.2 |
| HSL | 229.12º | 0.72% | 0.46% | - |
| HSV(B) | 229.12º | 0.84% | 0.8% | - |
| XYZ | 13.36 | 8.35 | 58.03 | - |
| YUV | 70.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 204 | 0.84 | 0.69 | 0 | 0.2 | 229.12 | 0.72 | 0.46 |
| Hex | 21 | 40 | CC | 54 | 45 | 0 | 14 | E5 | 48 | 2E |
| Octal | 41 | 100 | 314 | 124 | 105 | 0 | 24 | 345 | 110 | 56 |
| Binary | 100001 | 1000000 | 11001100 | 1010100 | 1000101 | 0 | 10100 | 11100101 | 1001000 | 101110 |
Color Harmonies of #2140CC
Complementary color
Monochromatic Colors of #2140CC
Black with #2140CC
Text Example
Text Example
White with #2140CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140CC; }
p { color: rgb(33,64,204); }
H1.HeaderClassName
{
color: #2140CC;
}
.AnyTagClassName
{
color: #2140CC;
}
</style>
background-color css
<style>
a { background-color: #2140CC; }
a { background-color: rgb(33,64,204); }
div.DivClassName
{
background-color: #2140CC;
}
.BgClassName
{
background-color: #2140CC;
}
</style>
border-color css
<style>
span { border-color: #2140CC; }
span { border-color: rgb(33,64,204); }
td.TdClassName
{
border-color: #2140CC;
}
.TagClassName
{
border-color: #2140CC;
}
</style>