Shades of Persian Blue #2045CC
Tints of Persian Blue #2045CC
RGB
CMYK
RGB Variations
Color information
#2045CC (or 0x2045CC) is known color: Persian Blue. HEX triplet: 20, 45 and CC. RGB value is (32,69,204). Sum of RGB (Red+Green+Blue) = 32+69+204=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #2045CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2045CC is #DFBA33. Grayscale: #484848. Windows color (decimal): -14662196 or 13387040. OLE color: 13387040.
HSL color Cylindrical-coordinate representation of color #2045CC: hue angle of 227.09º degrees, saturation: 0.73, 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 #2045CC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 69 | 204 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.2 |
| HSL | 227.09º | 0.73% | 0.46% | - |
| HSV(B) | 227.09º | 0.84% | 0.8% | - |
| XYZ | 13.62 | 8.92 | 58.13 | - |
| YUV | 73.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 204 | 0.84 | 0.66 | 0 | 0.2 | 227.09 | 0.73 | 0.46 |
| Hex | 20 | 45 | CC | 54 | 42 | 0 | 14 | E3 | 49 | 2E |
| Octal | 40 | 105 | 314 | 124 | 102 | 0 | 24 | 343 | 111 | 56 |
| Binary | 100000 | 1000101 | 11001100 | 1010100 | 1000010 | 0 | 10100 | 11100011 | 1001001 | 101110 |
Color Harmonies of #2045CC
Complementary color
Monochromatic Colors of #2045CC
Black with #2045CC
Text Example
Text Example
White with #2045CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2045CC; }
p { color: rgb(32,69,204); }
H1.HeaderClassName
{
color: #2045CC;
}
.AnyTagClassName
{
color: #2045CC;
}
</style>
background-color css
<style>
a { background-color: #2045CC; }
a { background-color: rgb(32,69,204); }
div.DivClassName
{
background-color: #2045CC;
}
.BgClassName
{
background-color: #2045CC;
}
</style>
border-color css
<style>
span { border-color: #2045CC; }
span { border-color: rgb(32,69,204); }
td.TdClassName
{
border-color: #2045CC;
}
.TagClassName
{
border-color: #2045CC;
}
</style>