Shades of Persian Blue #352AB4
Tints of Persian Blue #352AB4
RGB
CMYK
RGB Variations
Color information
#352AB4 (or 0x352AB4) is known color: Persian Blue. HEX triplet: 35, 2A and B4. RGB value is (53,42,180). Sum of RGB (Red+Green+Blue) = 53+42+180=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #352AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352AB4 is #CAD54B. Grayscale: #3C3C3C. Windows color (decimal): -13292876 or 11807285. OLE color: 11807285.
HSL color Cylindrical-coordinate representation of color #352AB4: hue angle of 244.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352AB4 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 42 | 180 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.29 |
| HSL | 244.78º | 0.62% | 0.44% | - |
| HSV(B) | 244.78º | 0.77% | 0.71% | - |
| XYZ | 10.53 | 5.71 | 43.73 | - |
| YUV | 61.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 180 | 0.71 | 0.77 | 0 | 0.29 | 244.78 | 0.62 | 0.44 |
| Hex | 35 | 2A | B4 | 47 | 4D | 0 | 1D | F5 | 3E | 2C |
| Octal | 65 | 52 | 264 | 107 | 115 | 0 | 35 | 365 | 76 | 54 |
| Binary | 110101 | 101010 | 10110100 | 1000111 | 1001101 | 0 | 11101 | 11110101 | 111110 | 101100 |
Color Harmonies of #352AB4
Complementary color
Monochromatic Colors of #352AB4
Black with #352AB4
Text Example
Text Example
White with #352AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352AB4; }
p { color: rgb(53,42,180); }
H1.HeaderClassName
{
color: #352AB4;
}
.AnyTagClassName
{
color: #352AB4;
}
</style>
background-color css
<style>
a { background-color: #352AB4; }
a { background-color: rgb(53,42,180); }
div.DivClassName
{
background-color: #352AB4;
}
.BgClassName
{
background-color: #352AB4;
}
</style>
border-color css
<style>
span { border-color: #352AB4; }
span { border-color: rgb(53,42,180); }
td.TdClassName
{
border-color: #352AB4;
}
.TagClassName
{
border-color: #352AB4;
}
</style>