Shades of Persian Blue #353BB4
Tints of Persian Blue #353BB4
RGB
CMYK
RGB Variations
Color information
#353BB4 (or 0x353BB4) is known color: Persian Blue. HEX triplet: 35, 3B and B4. RGB value is (53,59,180). Sum of RGB (Red+Green+Blue) = 53+59+180=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #353BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BB4 is #CAC44B. Grayscale: #464646. Windows color (decimal): -13288524 or 11811637. OLE color: 11811637.
HSL color Cylindrical-coordinate representation of color #353BB4: hue angle of 237.17º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353BB4 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 59 | 180 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.29 |
| HSL | 237.17º | 0.55% | 0.46% | - |
| HSV(B) | 237.17º | 0.71% | 0.71% | - |
| XYZ | 11.27 | 7.18 | 43.97 | - |
| YUV | 71 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 180 | 0.71 | 0.67 | 0 | 0.29 | 237.17 | 0.55 | 0.46 |
| Hex | 35 | 3B | B4 | 47 | 43 | 0 | 1D | ED | 37 | 2E |
| Octal | 65 | 73 | 264 | 107 | 103 | 0 | 35 | 355 | 67 | 56 |
| Binary | 110101 | 111011 | 10110100 | 1000111 | 1000011 | 0 | 11101 | 11101101 | 110111 | 101110 |
Color Harmonies of #353BB4
Complementary color
Monochromatic Colors of #353BB4
Black with #353BB4
Text Example
Text Example
White with #353BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BB4; }
p { color: rgb(53,59,180); }
H1.HeaderClassName
{
color: #353BB4;
}
.AnyTagClassName
{
color: #353BB4;
}
</style>
background-color css
<style>
a { background-color: #353BB4; }
a { background-color: rgb(53,59,180); }
div.DivClassName
{
background-color: #353BB4;
}
.BgClassName
{
background-color: #353BB4;
}
</style>
border-color css
<style>
span { border-color: #353BB4; }
span { border-color: rgb(53,59,180); }
td.TdClassName
{
border-color: #353BB4;
}
.TagClassName
{
border-color: #353BB4;
}
</style>