Shades of Persian Blue #2140C3
Tints of Persian Blue #2140C3
RGB
CMYK
RGB Variations
Color information
#2140C3 (or 0x2140C3) is known color: Persian Blue. HEX triplet: 21, 40 and C3. RGB value is (33,64,195). Sum of RGB (Red+Green+Blue) = 33+64+195=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #2140C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140C3 is #DEBF3C. Grayscale: #454545. Windows color (decimal): -14597949 or 12795937. OLE color: 12795937.
HSL color Cylindrical-coordinate representation of color #2140C3: hue angle of 228.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2140C3 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 64 | 195 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.24 |
| HSL | 228.52º | 0.71% | 0.45% | - |
| HSV(B) | 228.52º | 0.83% | 0.76% | - |
| XYZ | 12.31 | 7.93 | 52.51 | - |
| YUV | 69.67 | 198.73 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 195 | 0.83 | 0.67 | 0 | 0.24 | 228.52 | 0.71 | 0.45 |
| Hex | 21 | 40 | C3 | 53 | 43 | 0 | 18 | E5 | 47 | 2D |
| Octal | 41 | 100 | 303 | 123 | 103 | 0 | 30 | 345 | 107 | 55 |
| Binary | 100001 | 1000000 | 11000011 | 1010011 | 1000011 | 0 | 11000 | 11100101 | 1000111 | 101101 |
Color Harmonies of #2140C3
Complementary color
Monochromatic Colors of #2140C3
Black with #2140C3
Text Example
Text Example
White with #2140C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140C3; }
p { color: rgb(33,64,195); }
H1.HeaderClassName
{
color: #2140C3;
}
.AnyTagClassName
{
color: #2140C3;
}
</style>
background-color css
<style>
a { background-color: #2140C3; }
a { background-color: rgb(33,64,195); }
div.DivClassName
{
background-color: #2140C3;
}
.BgClassName
{
background-color: #2140C3;
}
</style>
border-color css
<style>
span { border-color: #2140C3; }
span { border-color: rgb(33,64,195); }
td.TdClassName
{
border-color: #2140C3;
}
.TagClassName
{
border-color: #2140C3;
}
</style>