Shades of Persian Blue #353CB2
Tints of Persian Blue #353CB2
RGB
CMYK
RGB Variations
Color information
#353CB2 (or 0x353CB2) is known color: Persian Blue. HEX triplet: 35, 3C and B2. RGB value is (53,60,178). Sum of RGB (Red+Green+Blue) = 53+60+178=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #353CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CB2 is #CAC34D. Grayscale: #464646. Windows color (decimal): -13288270 or 11680821. OLE color: 11680821.
HSL color Cylindrical-coordinate representation of color #353CB2: hue angle of 236.64º 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 #353CB2 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 60 | 178 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.30 |
| HSL | 236.64º | 0.54% | 0.45% | - |
| HSV(B) | 236.64º | 0.7% | 0.7% | - |
| XYZ | 11.12 | 7.2 | 42.92 | - |
| YUV | 71.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 178 | 0.70 | 0.66 | 0 | 0.30 | 236.64 | 0.54 | 0.45 |
| Hex | 35 | 3C | B2 | 46 | 42 | 0 | 1E | ED | 36 | 2D |
| Octal | 65 | 74 | 262 | 106 | 102 | 0 | 36 | 355 | 66 | 55 |
| Binary | 110101 | 111100 | 10110010 | 1000110 | 1000010 | 0 | 11110 | 11101101 | 110110 | 101101 |
Color Harmonies of #353CB2
Complementary color
Monochromatic Colors of #353CB2
Black with #353CB2
Text Example
Text Example
White with #353CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353CB2; }
p { color: rgb(53,60,178); }
H1.HeaderClassName
{
color: #353CB2;
}
.AnyTagClassName
{
color: #353CB2;
}
</style>
background-color css
<style>
a { background-color: #353CB2; }
a { background-color: rgb(53,60,178); }
div.DivClassName
{
background-color: #353CB2;
}
.BgClassName
{
background-color: #353CB2;
}
</style>
border-color css
<style>
span { border-color: #353CB2; }
span { border-color: rgb(53,60,178); }
td.TdClassName
{
border-color: #353CB2;
}
.TagClassName
{
border-color: #353CB2;
}
</style>