Shades of Persian Blue #3035C5
Tints of Persian Blue #3035C5
RGB
CMYK
RGB Variations
Color information
#3035C5 (or 0x3035C5) is known color: Persian Blue. HEX triplet: 30, 35 and C5. RGB value is (48,53,197). Sum of RGB (Red+Green+Blue) = 48+53+197=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #3035C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035C5 is #CFCA3A. Grayscale: #434343. Windows color (decimal): -13617723 or 12924208. OLE color: 12924208.
HSL color Cylindrical-coordinate representation of color #3035C5: hue angle of 237.99º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3035C5 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 53 | 197 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.23 |
| HSL | 237.99º | 0.61% | 0.48% | - |
| HSV(B) | 237.99º | 0.76% | 0.77% | - |
| XYZ | 12.57 | 7.21 | 53.55 | - |
| YUV | 67.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 197 | 0.76 | 0.73 | 0 | 0.23 | 237.99 | 0.61 | 0.48 |
| Hex | 30 | 35 | C5 | 4C | 49 | 0 | 17 | EE | 3D | 30 |
| Octal | 60 | 65 | 305 | 114 | 111 | 0 | 27 | 356 | 75 | 60 |
| Binary | 110000 | 110101 | 11000101 | 1001100 | 1001001 | 0 | 10111 | 11101110 | 111101 | 110000 |
Color Harmonies of #3035C5
Complementary color
Monochromatic Colors of #3035C5
Black with #3035C5
Text Example
Text Example
White with #3035C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3035C5; }
p { color: rgb(48,53,197); }
H1.HeaderClassName
{
color: #3035C5;
}
.AnyTagClassName
{
color: #3035C5;
}
</style>
background-color css
<style>
a { background-color: #3035C5; }
a { background-color: rgb(48,53,197); }
div.DivClassName
{
background-color: #3035C5;
}
.BgClassName
{
background-color: #3035C5;
}
</style>
border-color css
<style>
span { border-color: #3035C5; }
span { border-color: rgb(48,53,197); }
td.TdClassName
{
border-color: #3035C5;
}
.TagClassName
{
border-color: #3035C5;
}
</style>