Shades of Persian Blue #3637CE
Tints of Persian Blue #3637CE
RGB
CMYK
RGB Variations
Color information
#3637CE (or 0x3637CE) is known color: Persian Blue. HEX triplet: 36, 37 and CE. RGB value is (54,55,206). Sum of RGB (Red+Green+Blue) = 54+55+206=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #3637CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3637CE is #C9C831. Grayscale: #474747. Windows color (decimal): -13223986 or 13514550. OLE color: 13514550.
HSL color Cylindrical-coordinate representation of color #3637CE: hue angle of 239.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3637CE is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 55 | 206 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.19 |
| HSL | 239.61º | 0.61% | 0.51% | - |
| HSV(B) | 239.61º | 0.74% | 0.81% | - |
| XYZ | 14.03 | 7.97 | 59.19 | - |
| YUV | 71.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 206 | 0.74 | 0.73 | 0 | 0.19 | 239.61 | 0.61 | 0.51 |
| Hex | 36 | 37 | CE | 4A | 49 | 0 | 13 | F0 | 3D | 33 |
| Octal | 66 | 67 | 316 | 112 | 111 | 0 | 23 | 360 | 75 | 63 |
| Binary | 110110 | 110111 | 11001110 | 1001010 | 1001001 | 0 | 10011 | 11110000 | 111101 | 110011 |
Color Harmonies of #3637CE
Complementary color
Monochromatic Colors of #3637CE
Black with #3637CE
Text Example
Text Example
White with #3637CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3637CE; }
p { color: rgb(54,55,206); }
H1.HeaderClassName
{
color: #3637CE;
}
.AnyTagClassName
{
color: #3637CE;
}
</style>
background-color css
<style>
a { background-color: #3637CE; }
a { background-color: rgb(54,55,206); }
div.DivClassName
{
background-color: #3637CE;
}
.BgClassName
{
background-color: #3637CE;
}
</style>
border-color css
<style>
span { border-color: #3637CE; }
span { border-color: rgb(54,55,206); }
td.TdClassName
{
border-color: #3637CE;
}
.TagClassName
{
border-color: #3637CE;
}
</style>