Shades of Persian Blue #3035AD
Tints of Persian Blue #3035AD
RGB
CMYK
RGB Variations
Color information
#3035AD (or 0x3035AD) is known color: Persian Blue. HEX triplet: 30, 35 and AD. RGB value is (48,53,173). Sum of RGB (Red+Green+Blue) = 48+53+173=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #3035AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3035AD is #CFCA52. Grayscale: #404040. Windows color (decimal): -13617747 or 11351344. OLE color: 11351344.
HSL color Cylindrical-coordinate representation of color #3035AD: hue angle of 237.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3035AD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 53 | 173 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.32 |
| HSL | 237.6º | 0.57% | 0.43% | - |
| HSV(B) | 237.6º | 0.72% | 0.68% | - |
| XYZ | 10.03 | 6.19 | 40.2 | - |
| YUV | 65.19 | 188.84 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 173 | 0.72 | 0.69 | 0 | 0.32 | 237.6 | 0.57 | 0.43 |
| Hex | 30 | 35 | AD | 48 | 45 | 0 | 20 | EE | 39 | 2B |
| Octal | 60 | 65 | 255 | 110 | 105 | 0 | 40 | 356 | 71 | 53 |
| Binary | 110000 | 110101 | 10101101 | 1001000 | 1000101 | 0 | 100000 | 11101110 | 111001 | 101011 |
Color Harmonies of #3035AD
Complementary color
Monochromatic Colors of #3035AD
Black with #3035AD
Text Example
Text Example
White with #3035AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3035AD; }
p { color: rgb(48,53,173); }
H1.HeaderClassName
{
color: #3035AD;
}
.AnyTagClassName
{
color: #3035AD;
}
</style>
background-color css
<style>
a { background-color: #3035AD; }
a { background-color: rgb(48,53,173); }
div.DivClassName
{
background-color: #3035AD;
}
.BgClassName
{
background-color: #3035AD;
}
</style>
border-color css
<style>
span { border-color: #3035AD; }
span { border-color: rgb(48,53,173); }
td.TdClassName
{
border-color: #3035AD;
}
.TagClassName
{
border-color: #3035AD;
}
</style>