Shades of Persian Blue #3534CA
Tints of Persian Blue #3534CA
RGB
CMYK
RGB Variations
Color information
#3534CA (or 0x3534CA) is known color: Persian Blue. HEX triplet: 35, 34 and CA. RGB value is (53,52,202). Sum of RGB (Red+Green+Blue) = 53+52+202=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #3534CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3534CA is #CACB35. Grayscale: #444444. Windows color (decimal): -13290294 or 13251637. OLE color: 13251637.
HSL color Cylindrical-coordinate representation of color #3534CA: hue angle of 240.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3534CA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 52 | 202 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.21 |
| HSL | 240.4º | 0.59% | 0.5% | - |
| HSV(B) | 240.4º | 0.74% | 0.79% | - |
| XYZ | 13.36 | 7.48 | 56.62 | - |
| YUV | 69.4 | 202.83 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 202 | 0.74 | 0.74 | 0 | 0.21 | 240.4 | 0.59 | 0.5 |
| Hex | 35 | 34 | CA | 4A | 4A | 0 | 15 | F0 | 3B | 32 |
| Octal | 65 | 64 | 312 | 112 | 112 | 0 | 25 | 360 | 73 | 62 |
| Binary | 110101 | 110100 | 11001010 | 1001010 | 1001010 | 0 | 10101 | 11110000 | 111011 | 110010 |
Color Harmonies of #3534CA
Complementary color
Monochromatic Colors of #3534CA
Black with #3534CA
Text Example
Text Example
White with #3534CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534CA; }
p { color: rgb(53,52,202); }
H1.HeaderClassName
{
color: #3534CA;
}
.AnyTagClassName
{
color: #3534CA;
}
</style>
background-color css
<style>
a { background-color: #3534CA; }
a { background-color: rgb(53,52,202); }
div.DivClassName
{
background-color: #3534CA;
}
.BgClassName
{
background-color: #3534CA;
}
</style>
border-color css
<style>
span { border-color: #3534CA; }
span { border-color: rgb(53,52,202); }
td.TdClassName
{
border-color: #3534CA;
}
.TagClassName
{
border-color: #3534CA;
}
</style>