Shades of Persian Blue #353ACC
Tints of Persian Blue #353ACC
RGB
CMYK
RGB Variations
Color information
#353ACC (or 0x353ACC) is known color: Persian Blue. HEX triplet: 35, 3A and CC. RGB value is (53,58,204). Sum of RGB (Red+Green+Blue) = 53+58+204=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #353ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ACC is #CAC533. Grayscale: #484848. Windows color (decimal): -13288756 or 13384245. OLE color: 13384245.
HSL color Cylindrical-coordinate representation of color #353ACC: hue angle of 238.01º degrees, saturation: 0.6, 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 #353ACC is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 58 | 204 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.2 |
| HSL | 238.01º | 0.6% | 0.5% | - |
| HSV(B) | 238.01º | 0.74% | 0.8% | - |
| XYZ | 13.88 | 8.14 | 57.97 | - |
| YUV | 73.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 204 | 0.74 | 0.72 | 0 | 0.2 | 238.01 | 0.6 | 0.5 |
| Hex | 35 | 3A | CC | 4A | 48 | 0 | 14 | EE | 3C | 32 |
| Octal | 65 | 72 | 314 | 112 | 110 | 0 | 24 | 356 | 74 | 62 |
| Binary | 110101 | 111010 | 11001100 | 1001010 | 1001000 | 0 | 10100 | 11101110 | 111100 | 110010 |
Color Harmonies of #353ACC
Complementary color
Monochromatic Colors of #353ACC
Black with #353ACC
Text Example
Text Example
White with #353ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ACC; }
p { color: rgb(53,58,204); }
H1.HeaderClassName
{
color: #353ACC;
}
.AnyTagClassName
{
color: #353ACC;
}
</style>
background-color css
<style>
a { background-color: #353ACC; }
a { background-color: rgb(53,58,204); }
div.DivClassName
{
background-color: #353ACC;
}
.BgClassName
{
background-color: #353ACC;
}
</style>
border-color css
<style>
span { border-color: #353ACC; }
span { border-color: rgb(53,58,204); }
td.TdClassName
{
border-color: #353ACC;
}
.TagClassName
{
border-color: #353ACC;
}
</style>