Shades of Persian Blue #353DBB
Tints of Persian Blue #353DBB
RGB
CMYK
RGB Variations
Color information
#353DBB (or 0x353DBB) is known color: Persian Blue. HEX triplet: 35, 3D and BB. RGB value is (53,61,187). Sum of RGB (Red+Green+Blue) = 53+61+187=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #353DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DBB is #CAC244. Grayscale: #484848. Windows color (decimal): -13288005 or 12270901. OLE color: 12270901.
HSL color Cylindrical-coordinate representation of color #353DBB: hue angle of 236.42º 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 #353DBB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 61 | 187 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.27 |
| HSL | 236.42º | 0.56% | 0.47% | - |
| HSV(B) | 236.42º | 0.72% | 0.73% | - |
| XYZ | 12.11 | 7.68 | 47.86 | - |
| YUV | 72.97 | 192.35 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 187 | 0.72 | 0.67 | 0 | 0.27 | 236.42 | 0.56 | 0.47 |
| Hex | 35 | 3D | BB | 48 | 43 | 0 | 1B | EC | 38 | 2F |
| Octal | 65 | 75 | 273 | 110 | 103 | 0 | 33 | 354 | 70 | 57 |
| Binary | 110101 | 111101 | 10111011 | 1001000 | 1000011 | 0 | 11011 | 11101100 | 111000 | 101111 |
Color Harmonies of #353DBB
Complementary color
Monochromatic Colors of #353DBB
Black with #353DBB
Text Example
Text Example
White with #353DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DBB; }
p { color: rgb(53,61,187); }
H1.HeaderClassName
{
color: #353DBB;
}
.AnyTagClassName
{
color: #353DBB;
}
</style>
background-color css
<style>
a { background-color: #353DBB; }
a { background-color: rgb(53,61,187); }
div.DivClassName
{
background-color: #353DBB;
}
.BgClassName
{
background-color: #353DBB;
}
</style>
border-color css
<style>
span { border-color: #353DBB; }
span { border-color: rgb(53,61,187); }
td.TdClassName
{
border-color: #353DBB;
}
.TagClassName
{
border-color: #353DBB;
}
</style>