Shades of Persian Blue #353DB2
Tints of Persian Blue #353DB2
RGB
CMYK
RGB Variations
Color information
#353DB2 (or 0x353DB2) is known color: Persian Blue. HEX triplet: 35, 3D and B2. RGB value is (53,61,178). Sum of RGB (Red+Green+Blue) = 53+61+178=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #353DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DB2 is #CAC24D. Grayscale: #474747. Windows color (decimal): -13288014 or 11681077. OLE color: 11681077.
HSL color Cylindrical-coordinate representation of color #353DB2: hue angle of 236.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353DB2 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 61 | 178 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.30 |
| HSL | 236.16º | 0.54% | 0.45% | - |
| HSV(B) | 236.16º | 0.7% | 0.7% | - |
| XYZ | 11.17 | 7.31 | 42.94 | - |
| YUV | 71.95 | 187.85 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 178 | 0.70 | 0.66 | 0 | 0.30 | 236.16 | 0.54 | 0.45 |
| Hex | 35 | 3D | B2 | 46 | 42 | 0 | 1E | EC | 36 | 2D |
| Octal | 65 | 75 | 262 | 106 | 102 | 0 | 36 | 354 | 66 | 55 |
| Binary | 110101 | 111101 | 10110010 | 1000110 | 1000010 | 0 | 11110 | 11101100 | 110110 | 101101 |
Color Harmonies of #353DB2
Complementary color
Monochromatic Colors of #353DB2
Black with #353DB2
Text Example
Text Example
White with #353DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DB2; }
p { color: rgb(53,61,178); }
H1.HeaderClassName
{
color: #353DB2;
}
.AnyTagClassName
{
color: #353DB2;
}
</style>
background-color css
<style>
a { background-color: #353DB2; }
a { background-color: rgb(53,61,178); }
div.DivClassName
{
background-color: #353DB2;
}
.BgClassName
{
background-color: #353DB2;
}
</style>
border-color css
<style>
span { border-color: #353DB2; }
span { border-color: rgb(53,61,178); }
td.TdClassName
{
border-color: #353DB2;
}
.TagClassName
{
border-color: #353DB2;
}
</style>