Shades of Persian Blue #352FCE
Tints of Persian Blue #352FCE
RGB
CMYK
RGB Variations
Color information
#352FCE (or 0x352FCE) is known color: Persian Blue. HEX triplet: 35, 2F and CE. RGB value is (53,47,206). Sum of RGB (Red+Green+Blue) = 53+47+206=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #352FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FCE is #CAD031. Grayscale: #424242. Windows color (decimal): -13291570 or 13512501. OLE color: 13512501.
HSL color Cylindrical-coordinate representation of color #352FCE: hue angle of 242.26º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352FCE is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 47 | 206 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.19 |
| HSL | 242.26º | 0.63% | 0.5% | - |
| HSV(B) | 242.26º | 0.77% | 0.81% | - |
| XYZ | 13.63 | 7.25 | 59.07 | - |
| YUV | 66.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 206 | 0.74 | 0.77 | 0 | 0.19 | 242.26 | 0.63 | 0.5 |
| Hex | 35 | 2F | CE | 4A | 4D | 0 | 13 | F2 | 3F | 32 |
| Octal | 65 | 57 | 316 | 112 | 115 | 0 | 23 | 362 | 77 | 62 |
| Binary | 110101 | 101111 | 11001110 | 1001010 | 1001101 | 0 | 10011 | 11110010 | 111111 | 110010 |
Color Harmonies of #352FCE
Complementary color
Monochromatic Colors of #352FCE
Black with #352FCE
Text Example
Text Example
White with #352FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352FCE; }
p { color: rgb(53,47,206); }
H1.HeaderClassName
{
color: #352FCE;
}
.AnyTagClassName
{
color: #352FCE;
}
</style>
background-color css
<style>
a { background-color: #352FCE; }
a { background-color: rgb(53,47,206); }
div.DivClassName
{
background-color: #352FCE;
}
.BgClassName
{
background-color: #352FCE;
}
</style>
border-color css
<style>
span { border-color: #352FCE; }
span { border-color: rgb(53,47,206); }
td.TdClassName
{
border-color: #352FCE;
}
.TagClassName
{
border-color: #352FCE;
}
</style>