Shades of Persian Blue #3040BF
Tints of Persian Blue #3040BF
RGB
CMYK
RGB Variations
Color information
#3040BF (or 0x3040BF) is known color: Persian Blue. HEX triplet: 30, 40 and BF. RGB value is (48,64,191). Sum of RGB (Red+Green+Blue) = 48+64+191=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #3040BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040BF is #CFBF40. Grayscale: #494949. Windows color (decimal): -13614913 or 12533808. OLE color: 12533808.
HSL color Cylindrical-coordinate representation of color #3040BF: hue angle of 233.29º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3040BF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 64 | 191 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.25 |
| HSL | 233.29º | 0.6% | 0.47% | - |
| HSV(B) | 233.29º | 0.75% | 0.75% | - |
| XYZ | 12.46 | 8.06 | 50.19 | - |
| YUV | 73.69 | 194.2 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 191 | 0.75 | 0.66 | 0 | 0.25 | 233.29 | 0.6 | 0.47 |
| Hex | 30 | 40 | BF | 4B | 42 | 0 | 19 | E9 | 3C | 2F |
| Octal | 60 | 100 | 277 | 113 | 102 | 0 | 31 | 351 | 74 | 57 |
| Binary | 110000 | 1000000 | 10111111 | 1001011 | 1000010 | 0 | 11001 | 11101001 | 111100 | 101111 |
Color Harmonies of #3040BF
Complementary color
Monochromatic Colors of #3040BF
Black with #3040BF
Text Example
Text Example
White with #3040BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3040BF; }
p { color: rgb(48,64,191); }
H1.HeaderClassName
{
color: #3040BF;
}
.AnyTagClassName
{
color: #3040BF;
}
</style>
background-color css
<style>
a { background-color: #3040BF; }
a { background-color: rgb(48,64,191); }
div.DivClassName
{
background-color: #3040BF;
}
.BgClassName
{
background-color: #3040BF;
}
</style>
border-color css
<style>
span { border-color: #3040BF; }
span { border-color: rgb(48,64,191); }
td.TdClassName
{
border-color: #3040BF;
}
.TagClassName
{
border-color: #3040BF;
}
</style>