Shades of Persian Blue #3620D0
Tints of Persian Blue #3620D0
RGB
CMYK
RGB Variations
Color information
#3620D0 (or 0x3620D0) is known color: Persian Blue. HEX triplet: 36, 20 and D0. RGB value is (54,32,208). Sum of RGB (Red+Green+Blue) = 54+32+208=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 208 (81.64% from 255 or 70.75% from 294); Max value from RGB is 208 - color contains mainly: blue. Hex color #3620D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620D0 is #C9DF2F. Grayscale: #393939. Windows color (decimal): -13229872 or 13639734. OLE color: 13639734.
HSL color Cylindrical-coordinate representation of color #3620D0: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3620D0 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 32 | 208 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.18 |
| HSL | 247.5º | 0.73% | 0.47% | - |
| HSV(B) | 247.5º | 0.85% | 0.82% | - |
| XYZ | 13.42 | 6.37 | 60.2 | - |
| YUV | 58.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 208 | 0.74 | 0.85 | 0 | 0.18 | 247.5 | 0.73 | 0.47 |
| Hex | 36 | 20 | D0 | 4A | 55 | 0 | 12 | F8 | 49 | 2F |
| Octal | 66 | 40 | 320 | 112 | 125 | 0 | 22 | 370 | 111 | 57 |
| Binary | 110110 | 100000 | 11010000 | 1001010 | 1010101 | 0 | 10010 | 11111000 | 1001001 | 101111 |
Color Harmonies of #3620D0
Complementary color
Monochromatic Colors of #3620D0
Black with #3620D0
Text Example
Text Example
White with #3620D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620D0; }
p { color: rgb(54,32,208); }
H1.HeaderClassName
{
color: #3620D0;
}
.AnyTagClassName
{
color: #3620D0;
}
</style>
background-color css
<style>
a { background-color: #3620D0; }
a { background-color: rgb(54,32,208); }
div.DivClassName
{
background-color: #3620D0;
}
.BgClassName
{
background-color: #3620D0;
}
</style>
border-color css
<style>
span { border-color: #3620D0; }
span { border-color: rgb(54,32,208); }
td.TdClassName
{
border-color: #3620D0;
}
.TagClassName
{
border-color: #3620D0;
}
</style>