Shades of Persian Blue #3035B2
Tints of Persian Blue #3035B2
RGB
CMYK
RGB Variations
Color information
#3035B2 (or 0x3035B2) is known color: Persian Blue. HEX triplet: 30, 35 and B2. RGB value is (48,53,178). Sum of RGB (Red+Green+Blue) = 48+53+178=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #3035B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3035B2 is #CFCA4D. Grayscale: #414141. Windows color (decimal): -13617742 or 11679024. OLE color: 11679024.
HSL color Cylindrical-coordinate representation of color #3035B2: hue angle of 237.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3035B2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 53 | 178 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.30 |
| HSL | 237.69º | 0.58% | 0.44% | - |
| HSV(B) | 237.69º | 0.73% | 0.7% | - |
| XYZ | 10.53 | 6.39 | 42.8 | - |
| YUV | 65.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 178 | 0.73 | 0.70 | 0 | 0.30 | 237.69 | 0.58 | 0.44 |
| Hex | 30 | 35 | B2 | 49 | 46 | 0 | 1E | EE | 3A | 2C |
| Octal | 60 | 65 | 262 | 111 | 106 | 0 | 36 | 356 | 72 | 54 |
| Binary | 110000 | 110101 | 10110010 | 1001001 | 1000110 | 0 | 11110 | 11101110 | 111010 | 101100 |
Color Harmonies of #3035B2
Complementary color
Monochromatic Colors of #3035B2
Black with #3035B2
Text Example
Text Example
White with #3035B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3035B2; }
p { color: rgb(48,53,178); }
H1.HeaderClassName
{
color: #3035B2;
}
.AnyTagClassName
{
color: #3035B2;
}
</style>
background-color css
<style>
a { background-color: #3035B2; }
a { background-color: rgb(48,53,178); }
div.DivClassName
{
background-color: #3035B2;
}
.BgClassName
{
background-color: #3035B2;
}
</style>
border-color css
<style>
span { border-color: #3035B2; }
span { border-color: rgb(48,53,178); }
td.TdClassName
{
border-color: #3035B2;
}
.TagClassName
{
border-color: #3035B2;
}
</style>