Shades of Persian Blue #2038C4
Tints of Persian Blue #2038C4
RGB
CMYK
RGB Variations
Color information
#2038C4 (or 0x2038C4) is known color: Persian Blue. HEX triplet: 20, 38 and C4. RGB value is (32,56,196). Sum of RGB (Red+Green+Blue) = 32+56+196=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 196 (76.95% from 255 or 69.01% from 284); Max value from RGB is 196 - color contains mainly: blue. Hex color #2038C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2038C4 is #DFC73B. Grayscale: #404040. Windows color (decimal): -14665532 or 12859424. OLE color: 12859424.
HSL color Cylindrical-coordinate representation of color #2038C4: hue angle of 231.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2038C4 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 56 | 196 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.23 |
| HSL | 231.22º | 0.72% | 0.45% | - |
| HSV(B) | 231.22º | 0.84% | 0.77% | - |
| XYZ | 11.97 | 7.12 | 52.97 | - |
| YUV | 64.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 196 | 0.84 | 0.71 | 0 | 0.23 | 231.22 | 0.72 | 0.45 |
| Hex | 20 | 38 | C4 | 54 | 47 | 0 | 17 | E7 | 48 | 2D |
| Octal | 40 | 70 | 304 | 124 | 107 | 0 | 27 | 347 | 110 | 55 |
| Binary | 100000 | 111000 | 11000100 | 1010100 | 1000111 | 0 | 10111 | 11100111 | 1001000 | 101101 |
Color Harmonies of #2038C4
Complementary color
Monochromatic Colors of #2038C4
Black with #2038C4
Text Example
Text Example
White with #2038C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2038C4; }
p { color: rgb(32,56,196); }
H1.HeaderClassName
{
color: #2038C4;
}
.AnyTagClassName
{
color: #2038C4;
}
</style>
background-color css
<style>
a { background-color: #2038C4; }
a { background-color: rgb(32,56,196); }
div.DivClassName
{
background-color: #2038C4;
}
.BgClassName
{
background-color: #2038C4;
}
</style>
border-color css
<style>
span { border-color: #2038C4; }
span { border-color: rgb(32,56,196); }
td.TdClassName
{
border-color: #2038C4;
}
.TagClassName
{
border-color: #2038C4;
}
</style>