Shades of Persian Blue #352DCE
Tints of Persian Blue #352DCE
RGB
CMYK
RGB Variations
Color information
#352DCE (or 0x352DCE) is known color: Persian Blue. HEX triplet: 35, 2D and CE. RGB value is (53,45,206). Sum of RGB (Red+Green+Blue) = 53+45+206=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #352DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DCE is #CAD231. Grayscale: #414141. Windows color (decimal): -13292082 or 13511989. OLE color: 13511989.
HSL color Cylindrical-coordinate representation of color #352DCE: hue angle of 242.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352DCE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 45 | 206 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.19 |
| HSL | 242.98º | 0.64% | 0.49% | - |
| HSV(B) | 242.98º | 0.78% | 0.81% | - |
| XYZ | 13.55 | 7.09 | 59.05 | - |
| YUV | 65.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 206 | 0.74 | 0.78 | 0 | 0.19 | 242.98 | 0.64 | 0.49 |
| Hex | 35 | 2D | CE | 4A | 4E | 0 | 13 | F3 | 40 | 31 |
| Octal | 65 | 55 | 316 | 112 | 116 | 0 | 23 | 363 | 100 | 61 |
| Binary | 110101 | 101101 | 11001110 | 1001010 | 1001110 | 0 | 10011 | 11110011 | 1000000 | 110001 |
Color Harmonies of #352DCE
Complementary color
Monochromatic Colors of #352DCE
Black with #352DCE
Text Example
Text Example
White with #352DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DCE; }
p { color: rgb(53,45,206); }
H1.HeaderClassName
{
color: #352DCE;
}
.AnyTagClassName
{
color: #352DCE;
}
</style>
background-color css
<style>
a { background-color: #352DCE; }
a { background-color: rgb(53,45,206); }
div.DivClassName
{
background-color: #352DCE;
}
.BgClassName
{
background-color: #352DCE;
}
</style>
border-color css
<style>
span { border-color: #352DCE; }
span { border-color: rgb(53,45,206); }
td.TdClassName
{
border-color: #352DCE;
}
.TagClassName
{
border-color: #352DCE;
}
</style>