Shades of Persian Blue #3621CE
Tints of Persian Blue #3621CE
RGB
CMYK
RGB Variations
Color information
#3621CE (or 0x3621CE) is known color: Persian Blue. HEX triplet: 36, 21 and CE. RGB value is (54,33,206). Sum of RGB (Red+Green+Blue) = 54+33+206=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #3621CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3621CE is #C9DE31. Grayscale: #3A3A3A. Windows color (decimal): -13229618 or 13508918. OLE color: 13508918.
HSL color Cylindrical-coordinate representation of color #3621CE: hue angle of 247.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3621CE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 33 | 206 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.19 |
| HSL | 247.28º | 0.72% | 0.47% | - |
| HSV(B) | 247.28º | 0.84% | 0.81% | - |
| XYZ | 13.21 | 6.33 | 58.92 | - |
| YUV | 59 | 210.96 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 206 | 0.74 | 0.84 | 0 | 0.19 | 247.28 | 0.72 | 0.47 |
| Hex | 36 | 21 | CE | 4A | 54 | 0 | 13 | F7 | 48 | 2F |
| Octal | 66 | 41 | 316 | 112 | 124 | 0 | 23 | 367 | 110 | 57 |
| Binary | 110110 | 100001 | 11001110 | 1001010 | 1010100 | 0 | 10011 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3621CE
Complementary color
Monochromatic Colors of #3621CE
Black with #3621CE
Text Example
Text Example
White with #3621CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3621CE; }
p { color: rgb(54,33,206); }
H1.HeaderClassName
{
color: #3621CE;
}
.AnyTagClassName
{
color: #3621CE;
}
</style>
background-color css
<style>
a { background-color: #3621CE; }
a { background-color: rgb(54,33,206); }
div.DivClassName
{
background-color: #3621CE;
}
.BgClassName
{
background-color: #3621CE;
}
</style>
border-color css
<style>
span { border-color: #3621CE; }
span { border-color: rgb(54,33,206); }
td.TdClassName
{
border-color: #3621CE;
}
.TagClassName
{
border-color: #3621CE;
}
</style>