Shades of Persian Blue #3435CE
Tints of Persian Blue #3435CE
RGB
CMYK
RGB Variations
Color information
#3435CE (or 0x3435CE) is known color: Persian Blue. HEX triplet: 34, 35 and CE. RGB value is (52,53,206). Sum of RGB (Red+Green+Blue) = 52+53+206=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #3435CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435CE is #CBCA31. Grayscale: #454545. Windows color (decimal): -13355570 or 13514036. OLE color: 13514036.
HSL color Cylindrical-coordinate representation of color #3435CE: 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.75%. Process color model (Four color, CMYK) of #3435CE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 53 | 206 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.19 |
| HSL | 239.61º | 0.61% | 0.51% | - |
| HSV(B) | 239.61º | 0.75% | 0.81% | - |
| XYZ | 13.83 | 7.73 | 59.16 | - |
| YUV | 70.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 206 | 0.75 | 0.74 | 0 | 0.19 | 239.61 | 0.61 | 0.51 |
| Hex | 34 | 35 | CE | 4B | 4A | 0 | 13 | F0 | 3D | 33 |
| Octal | 64 | 65 | 316 | 113 | 112 | 0 | 23 | 360 | 75 | 63 |
| Binary | 110100 | 110101 | 11001110 | 1001011 | 1001010 | 0 | 10011 | 11110000 | 111101 | 110011 |
Color Harmonies of #3435CE
Complementary color
Monochromatic Colors of #3435CE
Black with #3435CE
Text Example
Text Example
White with #3435CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435CE; }
p { color: rgb(52,53,206); }
H1.HeaderClassName
{
color: #3435CE;
}
.AnyTagClassName
{
color: #3435CE;
}
</style>
background-color css
<style>
a { background-color: #3435CE; }
a { background-color: rgb(52,53,206); }
div.DivClassName
{
background-color: #3435CE;
}
.BgClassName
{
background-color: #3435CE;
}
</style>
border-color css
<style>
span { border-color: #3435CE; }
span { border-color: rgb(52,53,206); }
td.TdClassName
{
border-color: #3435CE;
}
.TagClassName
{
border-color: #3435CE;
}
</style>