Shades of Persian Blue #3235CF
Tints of Persian Blue #3235CF
RGB
CMYK
RGB Variations
Color information
#3235CF (or 0x3235CF) is known color: Persian Blue. HEX triplet: 32, 35 and CF. RGB value is (50,53,207). Sum of RGB (Red+Green+Blue) = 50+53+207=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #3235CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3235CF is #CDCA30. Grayscale: #454545. Windows color (decimal): -13486641 or 13579570. OLE color: 13579570.
HSL color Cylindrical-coordinate representation of color #3235CF: hue angle of 238.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3235CF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 53 | 207 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.19 |
| HSL | 238.85º | 0.62% | 0.5% | - |
| HSV(B) | 238.85º | 0.76% | 0.81% | - |
| XYZ | 13.85 | 7.73 | 59.79 | - |
| YUV | 69.66 | 205.51 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 207 | 0.76 | 0.74 | 0 | 0.19 | 238.85 | 0.62 | 0.5 |
| Hex | 32 | 35 | CF | 4C | 4A | 0 | 13 | EF | 3E | 32 |
| Octal | 62 | 65 | 317 | 114 | 112 | 0 | 23 | 357 | 76 | 62 |
| Binary | 110010 | 110101 | 11001111 | 1001100 | 1001010 | 0 | 10011 | 11101111 | 111110 | 110010 |
Color Harmonies of #3235CF
Complementary color
Monochromatic Colors of #3235CF
Black with #3235CF
Text Example
Text Example
White with #3235CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3235CF; }
p { color: rgb(50,53,207); }
H1.HeaderClassName
{
color: #3235CF;
}
.AnyTagClassName
{
color: #3235CF;
}
</style>
background-color css
<style>
a { background-color: #3235CF; }
a { background-color: rgb(50,53,207); }
div.DivClassName
{
background-color: #3235CF;
}
.BgClassName
{
background-color: #3235CF;
}
</style>
border-color css
<style>
span { border-color: #3235CF; }
span { border-color: rgb(50,53,207); }
td.TdClassName
{
border-color: #3235CF;
}
.TagClassName
{
border-color: #3235CF;
}
</style>