Shades of Persian Blue #353ACB
Tints of Persian Blue #353ACB
RGB
CMYK
RGB Variations
Color information
#353ACB (or 0x353ACB) is known color: Persian Blue. HEX triplet: 35, 3A and CB. RGB value is (53,58,203). Sum of RGB (Red+Green+Blue) = 53+58+203=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #353ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ACB is #CAC534. Grayscale: #484848. Windows color (decimal): -13288757 or 13318709. OLE color: 13318709.
HSL color Cylindrical-coordinate representation of color #353ACB: hue angle of 238º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353ACB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 58 | 203 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.20 |
| HSL | 238º | 0.59% | 0.5% | - |
| HSV(B) | 238º | 0.74% | 0.8% | - |
| XYZ | 13.76 | 8.09 | 57.34 | - |
| YUV | 73.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 203 | 0.74 | 0.71 | 0 | 0.20 | 238 | 0.59 | 0.5 |
| Hex | 35 | 3A | CB | 4A | 47 | 0 | 14 | EE | 3B | 32 |
| Octal | 65 | 72 | 313 | 112 | 107 | 0 | 24 | 356 | 73 | 62 |
| Binary | 110101 | 111010 | 11001011 | 1001010 | 1000111 | 0 | 10100 | 11101110 | 111011 | 110010 |
Color Harmonies of #353ACB
Complementary color
Monochromatic Colors of #353ACB
Black with #353ACB
Text Example
Text Example
White with #353ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ACB; }
p { color: rgb(53,58,203); }
H1.HeaderClassName
{
color: #353ACB;
}
.AnyTagClassName
{
color: #353ACB;
}
</style>
background-color css
<style>
a { background-color: #353ACB; }
a { background-color: rgb(53,58,203); }
div.DivClassName
{
background-color: #353ACB;
}
.BgClassName
{
background-color: #353ACB;
}
</style>
border-color css
<style>
span { border-color: #353ACB; }
span { border-color: rgb(53,58,203); }
td.TdClassName
{
border-color: #353ACB;
}
.TagClassName
{
border-color: #353ACB;
}
</style>