Shades of Persian Blue #3037BA
Tints of Persian Blue #3037BA
RGB
CMYK
RGB Variations
Color information
#3037BA (or 0x3037BA) is known color: Persian Blue. HEX triplet: 30, 37 and BA. RGB value is (48,55,186). Sum of RGB (Red+Green+Blue) = 48+55+186=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3037BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3037BA is #CFC845. Grayscale: #434343. Windows color (decimal): -13617222 or 12203824. OLE color: 12203824.
HSL color Cylindrical-coordinate representation of color #3037BA: hue angle of 236.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3037BA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 55 | 186 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.27 |
| HSL | 236.96º | 0.59% | 0.46% | - |
| HSV(B) | 236.96º | 0.74% | 0.73% | - |
| XYZ | 11.45 | 6.91 | 47.18 | - |
| YUV | 67.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 186 | 0.74 | 0.70 | 0 | 0.27 | 236.96 | 0.59 | 0.46 |
| Hex | 30 | 37 | BA | 4A | 46 | 0 | 1B | ED | 3B | 2E |
| Octal | 60 | 67 | 272 | 112 | 106 | 0 | 33 | 355 | 73 | 56 |
| Binary | 110000 | 110111 | 10111010 | 1001010 | 1000110 | 0 | 11011 | 11101101 | 111011 | 101110 |
Color Harmonies of #3037BA
Complementary color
Monochromatic Colors of #3037BA
Black with #3037BA
Text Example
Text Example
White with #3037BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3037BA; }
p { color: rgb(48,55,186); }
H1.HeaderClassName
{
color: #3037BA;
}
.AnyTagClassName
{
color: #3037BA;
}
</style>
background-color css
<style>
a { background-color: #3037BA; }
a { background-color: rgb(48,55,186); }
div.DivClassName
{
background-color: #3037BA;
}
.BgClassName
{
background-color: #3037BA;
}
</style>
border-color css
<style>
span { border-color: #3037BA; }
span { border-color: rgb(48,55,186); }
td.TdClassName
{
border-color: #3037BA;
}
.TagClassName
{
border-color: #3037BA;
}
</style>