Shades of Persian Blue #3435C1
Tints of Persian Blue #3435C1
RGB
CMYK
RGB Variations
Color information
#3435C1 (or 0x3435C1) is known color: Persian Blue. HEX triplet: 34, 35 and C1. RGB value is (52,53,193). Sum of RGB (Red+Green+Blue) = 52+53+193=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #3435C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435C1 is #CBCA3E. Grayscale: #444444. Windows color (decimal): -13355583 or 12662068. OLE color: 12662068.
HSL color Cylindrical-coordinate representation of color #3435C1: hue angle of 239.57º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3435C1 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 53 | 193 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.24 |
| HSL | 239.57º | 0.58% | 0.48% | - |
| HSV(B) | 239.57º | 0.73% | 0.76% | - |
| XYZ | 12.31 | 7.13 | 51.18 | - |
| YUV | 68.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 193 | 0.73 | 0.73 | 0 | 0.24 | 239.57 | 0.58 | 0.48 |
| Hex | 34 | 35 | C1 | 49 | 49 | 0 | 18 | F0 | 3A | 30 |
| Octal | 64 | 65 | 301 | 111 | 111 | 0 | 30 | 360 | 72 | 60 |
| Binary | 110100 | 110101 | 11000001 | 1001001 | 1001001 | 0 | 11000 | 11110000 | 111010 | 110000 |
Color Harmonies of #3435C1
Complementary color
Monochromatic Colors of #3435C1
Black with #3435C1
Text Example
Text Example
White with #3435C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435C1; }
p { color: rgb(52,53,193); }
H1.HeaderClassName
{
color: #3435C1;
}
.AnyTagClassName
{
color: #3435C1;
}
</style>
background-color css
<style>
a { background-color: #3435C1; }
a { background-color: rgb(52,53,193); }
div.DivClassName
{
background-color: #3435C1;
}
.BgClassName
{
background-color: #3435C1;
}
</style>
border-color css
<style>
span { border-color: #3435C1; }
span { border-color: rgb(52,53,193); }
td.TdClassName
{
border-color: #3435C1;
}
.TagClassName
{
border-color: #3435C1;
}
</style>