Shades of Persian Blue #3040AC
Tints of Persian Blue #3040AC
RGB
CMYK
RGB Variations
Color information
#3040AC (or 0x3040AC) is known color: Persian Blue. HEX triplet: 30, 40 and AC. RGB value is (48,64,172). Sum of RGB (Red+Green+Blue) = 48+64+172=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #3040AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3040AC is #CFBF53. Grayscale: #474747. Windows color (decimal): -13614932 or 11288624. OLE color: 11288624.
HSL color Cylindrical-coordinate representation of color #3040AC: hue angle of 232.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3040AC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 64 | 172 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.33 |
| HSL | 232.26º | 0.56% | 0.43% | - |
| HSV(B) | 232.26º | 0.72% | 0.67% | - |
| XYZ | 10.5 | 7.27 | 39.88 | - |
| YUV | 71.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 172 | 0.72 | 0.63 | 0 | 0.33 | 232.26 | 0.56 | 0.43 |
| Hex | 30 | 40 | AC | 48 | 3F | 0 | 21 | E8 | 38 | 2B |
| Octal | 60 | 100 | 254 | 110 | 77 | 0 | 41 | 350 | 70 | 53 |
| Binary | 110000 | 1000000 | 10101100 | 1001000 | 111111 | 0 | 100001 | 11101000 | 111000 | 101011 |
Color Harmonies of #3040AC
Complementary color
Monochromatic Colors of #3040AC
Black with #3040AC
Text Example
Text Example
White with #3040AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3040AC; }
p { color: rgb(48,64,172); }
H1.HeaderClassName
{
color: #3040AC;
}
.AnyTagClassName
{
color: #3040AC;
}
</style>
background-color css
<style>
a { background-color: #3040AC; }
a { background-color: rgb(48,64,172); }
div.DivClassName
{
background-color: #3040AC;
}
.BgClassName
{
background-color: #3040AC;
}
</style>
border-color css
<style>
span { border-color: #3040AC; }
span { border-color: rgb(48,64,172); }
td.TdClassName
{
border-color: #3040AC;
}
.TagClassName
{
border-color: #3040AC;
}
</style>