Shades of Persian Blue #3620CD
Tints of Persian Blue #3620CD
RGB
CMYK
RGB Variations
Color information
#3620CD (or 0x3620CD) is known color: Persian Blue. HEX triplet: 36, 20 and CD. RGB value is (54,32,205). Sum of RGB (Red+Green+Blue) = 54+32+205=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #3620CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620CD is #C9DF32. Grayscale: #393939. Windows color (decimal): -13229875 or 13443126. OLE color: 13443126.
HSL color Cylindrical-coordinate representation of color #3620CD: hue angle of 247.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 #3620CD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 32 | 205 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.20 |
| HSL | 247.63º | 0.73% | 0.46% | - |
| HSV(B) | 247.63º | 0.84% | 0.8% | - |
| XYZ | 13.06 | 6.23 | 58.27 | - |
| YUV | 58.3 | 210.79 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 205 | 0.74 | 0.84 | 0 | 0.20 | 247.63 | 0.73 | 0.46 |
| Hex | 36 | 20 | CD | 4A | 54 | 0 | 14 | F8 | 49 | 2E |
| Octal | 66 | 40 | 315 | 112 | 124 | 0 | 24 | 370 | 111 | 56 |
| Binary | 110110 | 100000 | 11001101 | 1001010 | 1010100 | 0 | 10100 | 11111000 | 1001001 | 101110 |
Color Harmonies of #3620CD
Complementary color
Monochromatic Colors of #3620CD
Black with #3620CD
Text Example
Text Example
White with #3620CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620CD; }
p { color: rgb(54,32,205); }
H1.HeaderClassName
{
color: #3620CD;
}
.AnyTagClassName
{
color: #3620CD;
}
</style>
background-color css
<style>
a { background-color: #3620CD; }
a { background-color: rgb(54,32,205); }
div.DivClassName
{
background-color: #3620CD;
}
.BgClassName
{
background-color: #3620CD;
}
</style>
border-color css
<style>
span { border-color: #3620CD; }
span { border-color: rgb(54,32,205); }
td.TdClassName
{
border-color: #3620CD;
}
.TagClassName
{
border-color: #3620CD;
}
</style>