Shades of Persian Blue #3537AC
Tints of Persian Blue #3537AC
RGB
CMYK
RGB Variations
Color information
#3537AC (or 0x3537AC) is known color: Persian Blue. HEX triplet: 35, 37 and AC. RGB value is (53,55,172). Sum of RGB (Red+Green+Blue) = 53+55+172=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #3537AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3537AC is #CAC853. Grayscale: #434343. Windows color (decimal): -13289556 or 11286325. OLE color: 11286325.
HSL color Cylindrical-coordinate representation of color #3537AC: hue angle of 238.99º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3537AC is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 55 | 172 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.33 |
| HSL | 238.99º | 0.53% | 0.44% | - |
| HSV(B) | 238.99º | 0.69% | 0.67% | - |
| XYZ | 10.28 | 6.47 | 39.74 | - |
| YUV | 67.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 172 | 0.69 | 0.68 | 0 | 0.33 | 238.99 | 0.53 | 0.44 |
| Hex | 35 | 37 | AC | 45 | 44 | 0 | 21 | EF | 35 | 2C |
| Octal | 65 | 67 | 254 | 105 | 104 | 0 | 41 | 357 | 65 | 54 |
| Binary | 110101 | 110111 | 10101100 | 1000101 | 1000100 | 0 | 100001 | 11101111 | 110101 | 101100 |
Color Harmonies of #3537AC
Complementary color
Monochromatic Colors of #3537AC
Black with #3537AC
Text Example
Text Example
White with #3537AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3537AC; }
p { color: rgb(53,55,172); }
H1.HeaderClassName
{
color: #3537AC;
}
.AnyTagClassName
{
color: #3537AC;
}
</style>
background-color css
<style>
a { background-color: #3537AC; }
a { background-color: rgb(53,55,172); }
div.DivClassName
{
background-color: #3537AC;
}
.BgClassName
{
background-color: #3537AC;
}
</style>
border-color css
<style>
span { border-color: #3537AC; }
span { border-color: rgb(53,55,172); }
td.TdClassName
{
border-color: #3537AC;
}
.TagClassName
{
border-color: #3537AC;
}
</style>