Shades of Persian Blue #353EBE
Tints of Persian Blue #353EBE
RGB
CMYK
RGB Variations
Color information
#353EBE (or 0x353EBE) is known color: Persian Blue. HEX triplet: 35, 3E and BE. RGB value is (53,62,190). Sum of RGB (Red+Green+Blue) = 53+62+190=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #353EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EBE is #CAC141. Grayscale: #494949. Windows color (decimal): -13287746 or 12467765. OLE color: 12467765.
HSL color Cylindrical-coordinate representation of color #353EBE: hue angle of 236.06º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353EBE is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 62 | 190 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.25 |
| HSL | 236.06º | 0.56% | 0.48% | - |
| HSV(B) | 236.06º | 0.72% | 0.75% | - |
| XYZ | 12.49 | 7.92 | 49.59 | - |
| YUV | 73.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 190 | 0.72 | 0.67 | 0 | 0.25 | 236.06 | 0.56 | 0.48 |
| Hex | 35 | 3E | BE | 48 | 43 | 0 | 19 | EC | 38 | 30 |
| Octal | 65 | 76 | 276 | 110 | 103 | 0 | 31 | 354 | 70 | 60 |
| Binary | 110101 | 111110 | 10111110 | 1001000 | 1000011 | 0 | 11001 | 11101100 | 111000 | 110000 |
Color Harmonies of #353EBE
Complementary color
Monochromatic Colors of #353EBE
Black with #353EBE
Text Example
Text Example
White with #353EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EBE; }
p { color: rgb(53,62,190); }
H1.HeaderClassName
{
color: #353EBE;
}
.AnyTagClassName
{
color: #353EBE;
}
</style>
background-color css
<style>
a { background-color: #353EBE; }
a { background-color: rgb(53,62,190); }
div.DivClassName
{
background-color: #353EBE;
}
.BgClassName
{
background-color: #353EBE;
}
</style>
border-color css
<style>
span { border-color: #353EBE; }
span { border-color: rgb(53,62,190); }
td.TdClassName
{
border-color: #353EBE;
}
.TagClassName
{
border-color: #353EBE;
}
</style>