Shades of Persian Blue #302EBC
Tints of Persian Blue #302EBC
RGB
CMYK
RGB Variations
Color information
#302EBC (or 0x302EBC) is known color: Persian Blue. HEX triplet: 30, 2E and BC. RGB value is (48,46,188). Sum of RGB (Red+Green+Blue) = 48+46+188=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #302EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EBC is #CFD143. Grayscale: #3E3E3E. Windows color (decimal): -13619524 or 12332592. OLE color: 12332592.
HSL color Cylindrical-coordinate representation of color #302EBC: hue angle of 240.85º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302EBC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 46 | 188 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.26 |
| HSL | 240.85º | 0.61% | 0.46% | - |
| HSV(B) | 240.85º | 0.76% | 0.74% | - |
| XYZ | 11.27 | 6.21 | 48.18 | - |
| YUV | 62.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 188 | 0.74 | 0.76 | 0 | 0.26 | 240.85 | 0.61 | 0.46 |
| Hex | 30 | 2E | BC | 4A | 4C | 0 | 1A | F1 | 3D | 2E |
| Octal | 60 | 56 | 274 | 112 | 114 | 0 | 32 | 361 | 75 | 56 |
| Binary | 110000 | 101110 | 10111100 | 1001010 | 1001100 | 0 | 11010 | 11110001 | 111101 | 101110 |
Color Harmonies of #302EBC
Complementary color
Monochromatic Colors of #302EBC
Black with #302EBC
Text Example
Text Example
White with #302EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EBC; }
p { color: rgb(48,46,188); }
H1.HeaderClassName
{
color: #302EBC;
}
.AnyTagClassName
{
color: #302EBC;
}
</style>
background-color css
<style>
a { background-color: #302EBC; }
a { background-color: rgb(48,46,188); }
div.DivClassName
{
background-color: #302EBC;
}
.BgClassName
{
background-color: #302EBC;
}
</style>
border-color css
<style>
span { border-color: #302EBC; }
span { border-color: rgb(48,46,188); }
td.TdClassName
{
border-color: #302EBC;
}
.TagClassName
{
border-color: #302EBC;
}
</style>