Shades of Persian Blue #3035A4
Tints of Persian Blue #3035A4
RGB
CMYK
RGB Variations
Color information
#3035A4 (or 0x3035A4) is known color: Persian Blue. HEX triplet: 30, 35 and A4. RGB value is (48,53,164). Sum of RGB (Red+Green+Blue) = 48+53+164=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #3035A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3035A4 is #CFCA5B. Grayscale: #3F3F3F. Windows color (decimal): -13617756 or 10761520. OLE color: 10761520.
HSL color Cylindrical-coordinate representation of color #3035A4: hue angle of 237.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3035A4 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 53 | 164 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.36 |
| HSL | 237.41º | 0.55% | 0.42% | - |
| HSV(B) | 237.41º | 0.71% | 0.64% | - |
| XYZ | 9.19 | 5.85 | 35.77 | - |
| YUV | 64.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 164 | 0.71 | 0.68 | 0 | 0.36 | 237.41 | 0.55 | 0.42 |
| Hex | 30 | 35 | A4 | 47 | 44 | 0 | 24 | ED | 37 | 2A |
| Octal | 60 | 65 | 244 | 107 | 104 | 0 | 44 | 355 | 67 | 52 |
| Binary | 110000 | 110101 | 10100100 | 1000111 | 1000100 | 0 | 100100 | 11101101 | 110111 | 101010 |
Color Harmonies of #3035A4
Complementary color
Monochromatic Colors of #3035A4
Black with #3035A4
Text Example
Text Example
White with #3035A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3035A4; }
p { color: rgb(48,53,164); }
H1.HeaderClassName
{
color: #3035A4;
}
.AnyTagClassName
{
color: #3035A4;
}
</style>
background-color css
<style>
a { background-color: #3035A4; }
a { background-color: rgb(48,53,164); }
div.DivClassName
{
background-color: #3035A4;
}
.BgClassName
{
background-color: #3035A4;
}
</style>
border-color css
<style>
span { border-color: #3035A4; }
span { border-color: rgb(48,53,164); }
td.TdClassName
{
border-color: #3035A4;
}
.TagClassName
{
border-color: #3035A4;
}
</style>