Shades of Persian Blue #353FBB
Tints of Persian Blue #353FBB
RGB
CMYK
RGB Variations
Color information
#353FBB (or 0x353FBB) is known color: Persian Blue. HEX triplet: 35, 3F and BB. RGB value is (53,63,187). Sum of RGB (Red+Green+Blue) = 53+63+187=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #353FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FBB is #CAC044. Grayscale: #494949. Windows color (decimal): -13287493 or 12271413. OLE color: 12271413.
HSL color Cylindrical-coordinate representation of color #353FBB: hue angle of 235.52º 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 #353FBB is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 63 | 187 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.27 |
| HSL | 235.52º | 0.56% | 0.47% | - |
| HSV(B) | 235.52º | 0.72% | 0.73% | - |
| XYZ | 12.22 | 7.9 | 47.89 | - |
| YUV | 74.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 187 | 0.72 | 0.66 | 0 | 0.27 | 235.52 | 0.56 | 0.47 |
| Hex | 35 | 3F | BB | 48 | 42 | 0 | 1B | EC | 38 | 2F |
| Octal | 65 | 77 | 273 | 110 | 102 | 0 | 33 | 354 | 70 | 57 |
| Binary | 110101 | 111111 | 10111011 | 1001000 | 1000010 | 0 | 11011 | 11101100 | 111000 | 101111 |
Color Harmonies of #353FBB
Complementary color
Monochromatic Colors of #353FBB
Black with #353FBB
Text Example
Text Example
White with #353FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FBB; }
p { color: rgb(53,63,187); }
H1.HeaderClassName
{
color: #353FBB;
}
.AnyTagClassName
{
color: #353FBB;
}
</style>
background-color css
<style>
a { background-color: #353FBB; }
a { background-color: rgb(53,63,187); }
div.DivClassName
{
background-color: #353FBB;
}
.BgClassName
{
background-color: #353FBB;
}
</style>
border-color css
<style>
span { border-color: #353FBB; }
span { border-color: rgb(53,63,187); }
td.TdClassName
{
border-color: #353FBB;
}
.TagClassName
{
border-color: #353FBB;
}
</style>