Shades of Persian Blue #3035D4
Tints of Persian Blue #3035D4
RGB
CMYK
RGB Variations
Color information
#3035D4 (or 0x3035D4) is known color: Persian Blue. HEX triplet: 30, 35 and D4. RGB value is (48,53,212). Sum of RGB (Red+Green+Blue) = 48+53+212=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 212 (83.20% from 255 or 67.73% from 313); Max value from RGB is 212 - color contains mainly: blue. Hex color #3035D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035D4 is #CFCA2B. Grayscale: #444444. Windows color (decimal): -13617708 or 13907248. OLE color: 13907248.
HSL color Cylindrical-coordinate representation of color #3035D4: hue angle of 238.17º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3035D4 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 53 | 212 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.17 |
| HSL | 238.17º | 0.66% | 0.51% | - |
| HSV(B) | 238.17º | 0.77% | 0.83% | - |
| XYZ | 14.38 | 7.93 | 63.06 | - |
| YUV | 69.63 | 208.34 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 212 | 0.77 | 0.75 | 0 | 0.17 | 238.17 | 0.66 | 0.51 |
| Hex | 30 | 35 | D4 | 4D | 4B | 0 | 11 | EE | 42 | 33 |
| Octal | 60 | 65 | 324 | 115 | 113 | 0 | 21 | 356 | 102 | 63 |
| Binary | 110000 | 110101 | 11010100 | 1001101 | 1001011 | 0 | 10001 | 11101110 | 1000010 | 110011 |
Color Harmonies of #3035D4
Complementary color
Monochromatic Colors of #3035D4
Black with #3035D4
Text Example
Text Example
White with #3035D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3035D4; }
p { color: rgb(48,53,212); }
H1.HeaderClassName
{
color: #3035D4;
}
.AnyTagClassName
{
color: #3035D4;
}
</style>
background-color css
<style>
a { background-color: #3035D4; }
a { background-color: rgb(48,53,212); }
div.DivClassName
{
background-color: #3035D4;
}
.BgClassName
{
background-color: #3035D4;
}
</style>
border-color css
<style>
span { border-color: #3035D4; }
span { border-color: rgb(48,53,212); }
td.TdClassName
{
border-color: #3035D4;
}
.TagClassName
{
border-color: #3035D4;
}
</style>