Shades of Persian Blue #353DBA
Tints of Persian Blue #353DBA
RGB
CMYK
RGB Variations
Color information
#353DBA (or 0x353DBA) is known color: Persian Blue. HEX triplet: 35, 3D and BA. RGB value is (53,61,186). Sum of RGB (Red+Green+Blue) = 53+61+186=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #353DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DBA is #CAC245. Grayscale: #484848. Windows color (decimal): -13288006 or 12205365. OLE color: 12205365.
HSL color Cylindrical-coordinate representation of color #353DBA: hue angle of 236.39º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353DBA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 61 | 186 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.27 |
| HSL | 236.39º | 0.56% | 0.47% | - |
| HSV(B) | 236.39º | 0.72% | 0.73% | - |
| XYZ | 12 | 7.64 | 47.3 | - |
| YUV | 72.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 186 | 0.72 | 0.67 | 0 | 0.27 | 236.39 | 0.56 | 0.47 |
| Hex | 35 | 3D | BA | 48 | 43 | 0 | 1B | EC | 38 | 2F |
| Octal | 65 | 75 | 272 | 110 | 103 | 0 | 33 | 354 | 70 | 57 |
| Binary | 110101 | 111101 | 10111010 | 1001000 | 1000011 | 0 | 11011 | 11101100 | 111000 | 101111 |
Color Harmonies of #353DBA
Complementary color
Monochromatic Colors of #353DBA
Black with #353DBA
Text Example
Text Example
White with #353DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DBA; }
p { color: rgb(53,61,186); }
H1.HeaderClassName
{
color: #353DBA;
}
.AnyTagClassName
{
color: #353DBA;
}
</style>
background-color css
<style>
a { background-color: #353DBA; }
a { background-color: rgb(53,61,186); }
div.DivClassName
{
background-color: #353DBA;
}
.BgClassName
{
background-color: #353DBA;
}
</style>
border-color css
<style>
span { border-color: #353DBA; }
span { border-color: rgb(53,61,186); }
td.TdClassName
{
border-color: #353DBA;
}
.TagClassName
{
border-color: #353DBA;
}
</style>