Shades of Persian Blue #352CCE
Tints of Persian Blue #352CCE
RGB
CMYK
RGB Variations
Color information
#352CCE (or 0x352CCE) is known color: Persian Blue. HEX triplet: 35, 2C and CE. RGB value is (53,44,206). Sum of RGB (Red+Green+Blue) = 53+44+206=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #352CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CCE is #CAD331. Grayscale: #404040. Windows color (decimal): -13292338 or 13511733. OLE color: 13511733.
HSL color Cylindrical-coordinate representation of color #352CCE: hue angle of 243.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352CCE is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 44 | 206 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.19 |
| HSL | 243.33º | 0.65% | 0.49% | - |
| HSV(B) | 243.33º | 0.79% | 0.81% | - |
| XYZ | 13.51 | 7.01 | 59.03 | - |
| YUV | 65.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 206 | 0.74 | 0.79 | 0 | 0.19 | 243.33 | 0.65 | 0.49 |
| Hex | 35 | 2C | CE | 4A | 4F | 0 | 13 | F3 | 41 | 31 |
| Octal | 65 | 54 | 316 | 112 | 117 | 0 | 23 | 363 | 101 | 61 |
| Binary | 110101 | 101100 | 11001110 | 1001010 | 1001111 | 0 | 10011 | 11110011 | 1000001 | 110001 |
Color Harmonies of #352CCE
Complementary color
Monochromatic Colors of #352CCE
Black with #352CCE
Text Example
Text Example
White with #352CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CCE; }
p { color: rgb(53,44,206); }
H1.HeaderClassName
{
color: #352CCE;
}
.AnyTagClassName
{
color: #352CCE;
}
</style>
background-color css
<style>
a { background-color: #352CCE; }
a { background-color: rgb(53,44,206); }
div.DivClassName
{
background-color: #352CCE;
}
.BgClassName
{
background-color: #352CCE;
}
</style>
border-color css
<style>
span { border-color: #352CCE; }
span { border-color: rgb(53,44,206); }
td.TdClassName
{
border-color: #352CCE;
}
.TagClassName
{
border-color: #352CCE;
}
</style>