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