Shades of Persian Blue #3536CE
Tints of Persian Blue #3536CE
RGB
CMYK
RGB Variations
Color information
#3536CE (or 0x3536CE) is known color: Persian Blue. HEX triplet: 35, 36 and CE. RGB value is (53,54,206). Sum of RGB (Red+Green+Blue) = 53+54+206=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #3536CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3536CE is #CAC931. Grayscale: #464646. Windows color (decimal): -13289778 or 13514293. OLE color: 13514293.
HSL color Cylindrical-coordinate representation of color #3536CE: 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 #3536CE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 54 | 206 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.19 |
| HSL | 239.61º | 0.61% | 0.51% | - |
| HSV(B) | 239.61º | 0.74% | 0.81% | - |
| XYZ | 13.93 | 7.85 | 59.17 | - |
| YUV | 71.03 | 204.17 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 206 | 0.74 | 0.74 | 0 | 0.19 | 239.61 | 0.61 | 0.51 |
| Hex | 35 | 36 | CE | 4A | 4A | 0 | 13 | F0 | 3D | 33 |
| Octal | 65 | 66 | 316 | 112 | 112 | 0 | 23 | 360 | 75 | 63 |
| Binary | 110101 | 110110 | 11001110 | 1001010 | 1001010 | 0 | 10011 | 11110000 | 111101 | 110011 |
Color Harmonies of #3536CE
Complementary color
Monochromatic Colors of #3536CE
Black with #3536CE
Text Example
Text Example
White with #3536CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3536CE; }
p { color: rgb(53,54,206); }
H1.HeaderClassName
{
color: #3536CE;
}
.AnyTagClassName
{
color: #3536CE;
}
</style>
background-color css
<style>
a { background-color: #3536CE; }
a { background-color: rgb(53,54,206); }
div.DivClassName
{
background-color: #3536CE;
}
.BgClassName
{
background-color: #3536CE;
}
</style>
border-color css
<style>
span { border-color: #3536CE; }
span { border-color: rgb(53,54,206); }
td.TdClassName
{
border-color: #3536CE;
}
.TagClassName
{
border-color: #3536CE;
}
</style>