Shades of Persian Blue #3032B9
Tints of Persian Blue #3032B9
RGB
CMYK
RGB Variations
Color information
#3032B9 (or 0x3032B9) is known color: Persian Blue. HEX triplet: 30, 32 and B9. RGB value is (48,50,185). Sum of RGB (Red+Green+Blue) = 48+50+185=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #3032B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3032B9 is #CFCD46. Grayscale: #404040. Windows color (decimal): -13618503 or 12137008. OLE color: 12137008.
HSL color Cylindrical-coordinate representation of color #3032B9: hue angle of 239.12º 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 #3032B9 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 50 | 185 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.27 |
| HSL | 239.12º | 0.59% | 0.46% | - |
| HSV(B) | 239.12º | 0.74% | 0.73% | - |
| XYZ | 11.12 | 6.41 | 46.55 | - |
| YUV | 64.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 185 | 0.74 | 0.73 | 0 | 0.27 | 239.12 | 0.59 | 0.46 |
| Hex | 30 | 32 | B9 | 4A | 49 | 0 | 1B | EF | 3B | 2E |
| Octal | 60 | 62 | 271 | 112 | 111 | 0 | 33 | 357 | 73 | 56 |
| Binary | 110000 | 110010 | 10111001 | 1001010 | 1001001 | 0 | 11011 | 11101111 | 111011 | 101110 |
Color Harmonies of #3032B9
Complementary color
Monochromatic Colors of #3032B9
Black with #3032B9
Text Example
Text Example
White with #3032B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3032B9; }
p { color: rgb(48,50,185); }
H1.HeaderClassName
{
color: #3032B9;
}
.AnyTagClassName
{
color: #3032B9;
}
</style>
background-color css
<style>
a { background-color: #3032B9; }
a { background-color: rgb(48,50,185); }
div.DivClassName
{
background-color: #3032B9;
}
.BgClassName
{
background-color: #3032B9;
}
</style>
border-color css
<style>
span { border-color: #3032B9; }
span { border-color: rgb(48,50,185); }
td.TdClassName
{
border-color: #3032B9;
}
.TagClassName
{
border-color: #3032B9;
}
</style>