Shades of Persian Blue #3536C4
Tints of Persian Blue #3536C4
RGB
CMYK
RGB Variations
Color information
#3536C4 (or 0x3536C4) is known color: Persian Blue. HEX triplet: 35, 36 and C4. RGB value is (53,54,196). Sum of RGB (Red+Green+Blue) = 53+54+196=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 196 (76.95% from 255 or 64.69% from 303); Max value from RGB is 196 - color contains mainly: blue. Hex color #3536C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3536C4 is #CAC93B. Grayscale: #454545. Windows color (decimal): -13289788 or 12858933. OLE color: 12858933.
HSL color Cylindrical-coordinate representation of color #3536C4: hue angle of 239.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3536C4 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 54 | 196 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.23 |
| HSL | 239.58º | 0.57% | 0.49% | - |
| HSV(B) | 239.58º | 0.73% | 0.77% | - |
| XYZ | 12.75 | 7.38 | 52.98 | - |
| YUV | 69.89 | 199.17 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 196 | 0.73 | 0.72 | 0 | 0.23 | 239.58 | 0.57 | 0.49 |
| Hex | 35 | 36 | C4 | 49 | 48 | 0 | 17 | F0 | 39 | 31 |
| Octal | 65 | 66 | 304 | 111 | 110 | 0 | 27 | 360 | 71 | 61 |
| Binary | 110101 | 110110 | 11000100 | 1001001 | 1001000 | 0 | 10111 | 11110000 | 111001 | 110001 |
Color Harmonies of #3536C4
Complementary color
Monochromatic Colors of #3536C4
Black with #3536C4
Text Example
Text Example
White with #3536C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3536C4; }
p { color: rgb(53,54,196); }
H1.HeaderClassName
{
color: #3536C4;
}
.AnyTagClassName
{
color: #3536C4;
}
</style>
background-color css
<style>
a { background-color: #3536C4; }
a { background-color: rgb(53,54,196); }
div.DivClassName
{
background-color: #3536C4;
}
.BgClassName
{
background-color: #3536C4;
}
</style>
border-color css
<style>
span { border-color: #3536C4; }
span { border-color: rgb(53,54,196); }
td.TdClassName
{
border-color: #3536C4;
}
.TagClassName
{
border-color: #3536C4;
}
</style>