Shades of Persian Blue #2038CC
Tints of Persian Blue #2038CC
RGB
CMYK
RGB Variations
Color information
#2038CC (or 0x2038CC) is known color: Persian Blue. HEX triplet: 20, 38 and CC. RGB value is (32,56,204). Sum of RGB (Red+Green+Blue) = 32+56+204=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #2038CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2038CC is #DFC733. Grayscale: #414141. Windows color (decimal): -14665524 or 13383712. OLE color: 13383712.
HSL color Cylindrical-coordinate representation of color #2038CC: hue angle of 231.63º 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 #2038CC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 56 | 204 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.2 |
| HSL | 231.63º | 0.73% | 0.46% | - |
| HSV(B) | 231.63º | 0.84% | 0.8% | - |
| XYZ | 12.91 | 7.5 | 57.89 | - |
| YUV | 65.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 204 | 0.84 | 0.73 | 0 | 0.2 | 231.63 | 0.73 | 0.46 |
| Hex | 20 | 38 | CC | 54 | 49 | 0 | 14 | E8 | 49 | 2E |
| Octal | 40 | 70 | 314 | 124 | 111 | 0 | 24 | 350 | 111 | 56 |
| Binary | 100000 | 111000 | 11001100 | 1010100 | 1001001 | 0 | 10100 | 11101000 | 1001001 | 101110 |
Color Harmonies of #2038CC
Complementary color
Monochromatic Colors of #2038CC
Black with #2038CC
Text Example
Text Example
White with #2038CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2038CC; }
p { color: rgb(32,56,204); }
H1.HeaderClassName
{
color: #2038CC;
}
.AnyTagClassName
{
color: #2038CC;
}
</style>
background-color css
<style>
a { background-color: #2038CC; }
a { background-color: rgb(32,56,204); }
div.DivClassName
{
background-color: #2038CC;
}
.BgClassName
{
background-color: #2038CC;
}
</style>
border-color css
<style>
span { border-color: #2038CC; }
span { border-color: rgb(32,56,204); }
td.TdClassName
{
border-color: #2038CC;
}
.TagClassName
{
border-color: #2038CC;
}
</style>