Shades of Persian Blue #353AC4
Tints of Persian Blue #353AC4
RGB
CMYK
RGB Variations
Color information
#353AC4 (or 0x353AC4) is known color: Persian Blue. HEX triplet: 35, 3A and C4. RGB value is (53,58,196). Sum of RGB (Red+Green+Blue) = 53+58+196=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 196 (76.95% from 255 or 63.84% from 307); Max value from RGB is 196 - color contains mainly: blue. Hex color #353AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AC4 is #CAC53B. Grayscale: #474747. Windows color (decimal): -13288764 or 12859957. OLE color: 12859957.
HSL color Cylindrical-coordinate representation of color #353AC4: hue angle of 237.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353AC4 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 58 | 196 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.23 |
| HSL | 237.9º | 0.57% | 0.49% | - |
| HSV(B) | 237.9º | 0.73% | 0.77% | - |
| XYZ | 12.95 | 7.77 | 53.04 | - |
| YUV | 72.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 196 | 0.73 | 0.70 | 0 | 0.23 | 237.9 | 0.57 | 0.49 |
| Hex | 35 | 3A | C4 | 49 | 46 | 0 | 17 | EE | 39 | 31 |
| Octal | 65 | 72 | 304 | 111 | 106 | 0 | 27 | 356 | 71 | 61 |
| Binary | 110101 | 111010 | 11000100 | 1001001 | 1000110 | 0 | 10111 | 11101110 | 111001 | 110001 |
Color Harmonies of #353AC4
Complementary color
Monochromatic Colors of #353AC4
Black with #353AC4
Text Example
Text Example
White with #353AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AC4; }
p { color: rgb(53,58,196); }
H1.HeaderClassName
{
color: #353AC4;
}
.AnyTagClassName
{
color: #353AC4;
}
</style>
background-color css
<style>
a { background-color: #353AC4; }
a { background-color: rgb(53,58,196); }
div.DivClassName
{
background-color: #353AC4;
}
.BgClassName
{
background-color: #353AC4;
}
</style>
border-color css
<style>
span { border-color: #353AC4; }
span { border-color: rgb(53,58,196); }
td.TdClassName
{
border-color: #353AC4;
}
.TagClassName
{
border-color: #353AC4;
}
</style>