Shades of Persian Blue #3033A9
Tints of Persian Blue #3033A9
RGB
CMYK
RGB Variations
Color information
#3033A9 (or 0x3033A9) is known color: Persian Blue. HEX triplet: 30, 33 and A9. RGB value is (48,51,169). Sum of RGB (Red+Green+Blue) = 48+51+169=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #3033A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3033A9 is #CFCC56. Grayscale: #3F3F3F. Windows color (decimal): -13618263 or 11088688. OLE color: 11088688.
HSL color Cylindrical-coordinate representation of color #3033A9: hue angle of 238.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3033A9 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 51 | 169 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.34 |
| HSL | 238.51º | 0.56% | 0.43% | - |
| HSV(B) | 238.51º | 0.72% | 0.66% | - |
| XYZ | 9.56 | 5.86 | 38.16 | - |
| YUV | 63.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 169 | 0.72 | 0.70 | 0 | 0.34 | 238.51 | 0.56 | 0.43 |
| Hex | 30 | 33 | A9 | 48 | 46 | 0 | 22 | EF | 38 | 2B |
| Octal | 60 | 63 | 251 | 110 | 106 | 0 | 42 | 357 | 70 | 53 |
| Binary | 110000 | 110011 | 10101001 | 1001000 | 1000110 | 0 | 100010 | 11101111 | 111000 | 101011 |
Color Harmonies of #3033A9
Complementary color
Monochromatic Colors of #3033A9
Black with #3033A9
Text Example
Text Example
White with #3033A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3033A9; }
p { color: rgb(48,51,169); }
H1.HeaderClassName
{
color: #3033A9;
}
.AnyTagClassName
{
color: #3033A9;
}
</style>
background-color css
<style>
a { background-color: #3033A9; }
a { background-color: rgb(48,51,169); }
div.DivClassName
{
background-color: #3033A9;
}
.BgClassName
{
background-color: #3033A9;
}
</style>
border-color css
<style>
span { border-color: #3033A9; }
span { border-color: rgb(48,51,169); }
td.TdClassName
{
border-color: #3033A9;
}
.TagClassName
{
border-color: #3033A9;
}
</style>