Shades of Persian Blue #3627CE
Tints of Persian Blue #3627CE
RGB
CMYK
RGB Variations
Color information
#3627CE (or 0x3627CE) is known color: Persian Blue. HEX triplet: 36, 27 and CE. RGB value is (54,39,206). Sum of RGB (Red+Green+Blue) = 54+39+206=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #3627CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3627CE is #C9D831. Grayscale: #3D3D3D. Windows color (decimal): -13228082 or 13510454. OLE color: 13510454.
HSL color Cylindrical-coordinate representation of color #3627CE: hue angle of 245.39º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3627CE is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 39 | 206 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.19 |
| HSL | 245.39º | 0.68% | 0.48% | - |
| HSV(B) | 245.39º | 0.81% | 0.81% | - |
| XYZ | 13.39 | 6.69 | 58.98 | - |
| YUV | 62.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 206 | 0.74 | 0.81 | 0 | 0.19 | 245.39 | 0.68 | 0.48 |
| Hex | 36 | 27 | CE | 4A | 51 | 0 | 13 | F5 | 44 | 30 |
| Octal | 66 | 47 | 316 | 112 | 121 | 0 | 23 | 365 | 104 | 60 |
| Binary | 110110 | 100111 | 11001110 | 1001010 | 1010001 | 0 | 10011 | 11110101 | 1000100 | 110000 |
Color Harmonies of #3627CE
Complementary color
Monochromatic Colors of #3627CE
Black with #3627CE
Text Example
Text Example
White with #3627CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3627CE; }
p { color: rgb(54,39,206); }
H1.HeaderClassName
{
color: #3627CE;
}
.AnyTagClassName
{
color: #3627CE;
}
</style>
background-color css
<style>
a { background-color: #3627CE; }
a { background-color: rgb(54,39,206); }
div.DivClassName
{
background-color: #3627CE;
}
.BgClassName
{
background-color: #3627CE;
}
</style>
border-color css
<style>
span { border-color: #3627CE; }
span { border-color: rgb(54,39,206); }
td.TdClassName
{
border-color: #3627CE;
}
.TagClassName
{
border-color: #3627CE;
}
</style>