Shades of Persian Blue #3029BB
Tints of Persian Blue #3029BB
RGB
CMYK
RGB Variations
Color information
#3029BB (or 0x3029BB) is known color: Persian Blue. HEX triplet: 30, 29 and BB. RGB value is (48,41,187). Sum of RGB (Red+Green+Blue) = 48+41+187=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #3029BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029BB is #CFD644. Grayscale: #3B3B3B. Windows color (decimal): -13620805 or 12265776. OLE color: 12265776.
HSL color Cylindrical-coordinate representation of color #3029BB: hue angle of 242.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3029BB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 41 | 187 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.27 |
| HSL | 242.88º | 0.64% | 0.45% | - |
| HSV(B) | 242.88º | 0.78% | 0.73% | - |
| XYZ | 10.98 | 5.8 | 47.55 | - |
| YUV | 59.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 187 | 0.74 | 0.78 | 0 | 0.27 | 242.88 | 0.64 | 0.45 |
| Hex | 30 | 29 | BB | 4A | 4E | 0 | 1B | F3 | 40 | 2D |
| Octal | 60 | 51 | 273 | 112 | 116 | 0 | 33 | 363 | 100 | 55 |
| Binary | 110000 | 101001 | 10111011 | 1001010 | 1001110 | 0 | 11011 | 11110011 | 1000000 | 101101 |
Color Harmonies of #3029BB
Complementary color
Monochromatic Colors of #3029BB
Black with #3029BB
Text Example
Text Example
White with #3029BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3029BB; }
p { color: rgb(48,41,187); }
H1.HeaderClassName
{
color: #3029BB;
}
.AnyTagClassName
{
color: #3029BB;
}
</style>
background-color css
<style>
a { background-color: #3029BB; }
a { background-color: rgb(48,41,187); }
div.DivClassName
{
background-color: #3029BB;
}
.BgClassName
{
background-color: #3029BB;
}
</style>
border-color css
<style>
span { border-color: #3029BB; }
span { border-color: rgb(48,41,187); }
td.TdClassName
{
border-color: #3029BB;
}
.TagClassName
{
border-color: #3029BB;
}
</style>