Shades of Persian Blue #2145CA
Tints of Persian Blue #2145CA
RGB
CMYK
RGB Variations
Color information
#2145CA (or 0x2145CA) is known color: Persian Blue. HEX triplet: 21, 45 and CA. RGB value is (33,69,202). Sum of RGB (Red+Green+Blue) = 33+69+202=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #2145CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145CA is #DEBA35. Grayscale: #484848. Windows color (decimal): -14596662 or 13255969. OLE color: 13255969.
HSL color Cylindrical-coordinate representation of color #2145CA: hue angle of 227.22º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2145CA is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 69 | 202 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.21 |
| HSL | 227.22º | 0.72% | 0.46% | - |
| HSV(B) | 227.22º | 0.84% | 0.79% | - |
| XYZ | 13.42 | 8.84 | 56.88 | - |
| YUV | 73.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 202 | 0.84 | 0.66 | 0 | 0.21 | 227.22 | 0.72 | 0.46 |
| Hex | 21 | 45 | CA | 54 | 42 | 0 | 15 | E3 | 48 | 2E |
| Octal | 41 | 105 | 312 | 124 | 102 | 0 | 25 | 343 | 110 | 56 |
| Binary | 100001 | 1000101 | 11001010 | 1010100 | 1000010 | 0 | 10101 | 11100011 | 1001000 | 101110 |
Color Harmonies of #2145CA
Complementary color
Monochromatic Colors of #2145CA
Black with #2145CA
Text Example
Text Example
White with #2145CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2145CA; }
p { color: rgb(33,69,202); }
H1.HeaderClassName
{
color: #2145CA;
}
.AnyTagClassName
{
color: #2145CA;
}
</style>
background-color css
<style>
a { background-color: #2145CA; }
a { background-color: rgb(33,69,202); }
div.DivClassName
{
background-color: #2145CA;
}
.BgClassName
{
background-color: #2145CA;
}
</style>
border-color css
<style>
span { border-color: #2145CA; }
span { border-color: rgb(33,69,202); }
td.TdClassName
{
border-color: #2145CA;
}
.TagClassName
{
border-color: #2145CA;
}
</style>