Shades of Persian Blue #3620CB
Tints of Persian Blue #3620CB
RGB
CMYK
RGB Variations
Color information
#3620CB (or 0x3620CB) is known color: Persian Blue. HEX triplet: 36, 20 and CB. RGB value is (54,32,203). Sum of RGB (Red+Green+Blue) = 54+32+203=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #3620CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620CB is #C9DF34. Grayscale: #393939. Windows color (decimal): -13229877 or 13312054. OLE color: 13312054.
HSL color Cylindrical-coordinate representation of color #3620CB: hue angle of 247.72º 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 #3620CB is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 32 | 203 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.20 |
| HSL | 247.72º | 0.73% | 0.46% | - |
| HSV(B) | 247.72º | 0.84% | 0.8% | - |
| XYZ | 12.82 | 6.13 | 57.01 | - |
| YUV | 58.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 203 | 0.73 | 0.84 | 0 | 0.20 | 247.72 | 0.73 | 0.46 |
| Hex | 36 | 20 | CB | 49 | 54 | 0 | 14 | F8 | 49 | 2E |
| Octal | 66 | 40 | 313 | 111 | 124 | 0 | 24 | 370 | 111 | 56 |
| Binary | 110110 | 100000 | 11001011 | 1001001 | 1010100 | 0 | 10100 | 11111000 | 1001001 | 101110 |
Color Harmonies of #3620CB
Complementary color
Monochromatic Colors of #3620CB
Black with #3620CB
Text Example
Text Example
White with #3620CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620CB; }
p { color: rgb(54,32,203); }
H1.HeaderClassName
{
color: #3620CB;
}
.AnyTagClassName
{
color: #3620CB;
}
</style>
background-color css
<style>
a { background-color: #3620CB; }
a { background-color: rgb(54,32,203); }
div.DivClassName
{
background-color: #3620CB;
}
.BgClassName
{
background-color: #3620CB;
}
</style>
border-color css
<style>
span { border-color: #3620CB; }
span { border-color: rgb(54,32,203); }
td.TdClassName
{
border-color: #3620CB;
}
.TagClassName
{
border-color: #3620CB;
}
</style>