Shades of Persian Blue #352DBE
Tints of Persian Blue #352DBE
RGB
CMYK
RGB Variations
Color information
#352DBE (or 0x352DBE) is known color: Persian Blue. HEX triplet: 35, 2D and BE. RGB value is (53,45,190). Sum of RGB (Red+Green+Blue) = 53+45+190=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #352DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DBE is #CAD241. Grayscale: #3F3F3F. Windows color (decimal): -13292098 or 12463413. OLE color: 12463413.
HSL color Cylindrical-coordinate representation of color #352DBE: hue angle of 243.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352DBE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 45 | 190 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.25 |
| HSL | 243.31º | 0.62% | 0.46% | - |
| HSV(B) | 243.31º | 0.76% | 0.75% | - |
| XYZ | 11.7 | 6.35 | 49.32 | - |
| YUV | 63.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 190 | 0.72 | 0.76 | 0 | 0.25 | 243.31 | 0.62 | 0.46 |
| Hex | 35 | 2D | BE | 48 | 4C | 0 | 19 | F3 | 3E | 2E |
| Octal | 65 | 55 | 276 | 110 | 114 | 0 | 31 | 363 | 76 | 56 |
| Binary | 110101 | 101101 | 10111110 | 1001000 | 1001100 | 0 | 11001 | 11110011 | 111110 | 101110 |
Color Harmonies of #352DBE
Complementary color
Monochromatic Colors of #352DBE
Black with #352DBE
Text Example
Text Example
White with #352DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DBE; }
p { color: rgb(53,45,190); }
H1.HeaderClassName
{
color: #352DBE;
}
.AnyTagClassName
{
color: #352DBE;
}
</style>
background-color css
<style>
a { background-color: #352DBE; }
a { background-color: rgb(53,45,190); }
div.DivClassName
{
background-color: #352DBE;
}
.BgClassName
{
background-color: #352DBE;
}
</style>
border-color css
<style>
span { border-color: #352DBE; }
span { border-color: rgb(53,45,190); }
td.TdClassName
{
border-color: #352DBE;
}
.TagClassName
{
border-color: #352DBE;
}
</style>