Shades of Persian Blue #302FBC
Tints of Persian Blue #302FBC
RGB
CMYK
RGB Variations
Color information
#302FBC (or 0x302FBC) is known color: Persian Blue. HEX triplet: 30, 2F and BC. RGB value is (48,47,188). Sum of RGB (Red+Green+Blue) = 48+47+188=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #302FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FBC is #CFD043. Grayscale: #3E3E3E. Windows color (decimal): -13619268 or 12332848. OLE color: 12332848.
HSL color Cylindrical-coordinate representation of color #302FBC: hue angle of 240.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302FBC is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 47 | 188 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.26 |
| HSL | 240.43º | 0.6% | 0.46% | - |
| HSV(B) | 240.43º | 0.75% | 0.74% | - |
| XYZ | 11.31 | 6.29 | 48.2 | - |
| YUV | 63.37 | 198.33 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 188 | 0.74 | 0.75 | 0 | 0.26 | 240.43 | 0.6 | 0.46 |
| Hex | 30 | 2F | BC | 4A | 4B | 0 | 1A | F0 | 3C | 2E |
| Octal | 60 | 57 | 274 | 112 | 113 | 0 | 32 | 360 | 74 | 56 |
| Binary | 110000 | 101111 | 10111100 | 1001010 | 1001011 | 0 | 11010 | 11110000 | 111100 | 101110 |
Color Harmonies of #302FBC
Complementary color
Monochromatic Colors of #302FBC
Black with #302FBC
Text Example
Text Example
White with #302FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FBC; }
p { color: rgb(48,47,188); }
H1.HeaderClassName
{
color: #302FBC;
}
.AnyTagClassName
{
color: #302FBC;
}
</style>
background-color css
<style>
a { background-color: #302FBC; }
a { background-color: rgb(48,47,188); }
div.DivClassName
{
background-color: #302FBC;
}
.BgClassName
{
background-color: #302FBC;
}
</style>
border-color css
<style>
span { border-color: #302FBC; }
span { border-color: rgb(48,47,188); }
td.TdClassName
{
border-color: #302FBC;
}
.TagClassName
{
border-color: #302FBC;
}
</style>