Shades of Persian Blue #302DBF
Tints of Persian Blue #302DBF
RGB
CMYK
RGB Variations
Color information
#302DBF (or 0x302DBF) is known color: Persian Blue. HEX triplet: 30, 2D and BF. RGB value is (48,45,191). Sum of RGB (Red+Green+Blue) = 48+45+191=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #302DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DBF is #CFD240. Grayscale: #3D3D3D. Windows color (decimal): -13619777 or 12528944. OLE color: 12528944.
HSL color Cylindrical-coordinate representation of color #302DBF: hue angle of 241.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302DBF is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 45 | 191 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.25 |
| HSL | 241.23º | 0.62% | 0.46% | - |
| HSV(B) | 241.23º | 0.76% | 0.75% | - |
| XYZ | 11.56 | 6.27 | 49.89 | - |
| YUV | 62.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 191 | 0.75 | 0.76 | 0 | 0.25 | 241.23 | 0.62 | 0.46 |
| Hex | 30 | 2D | BF | 4B | 4C | 0 | 19 | F1 | 3E | 2E |
| Octal | 60 | 55 | 277 | 113 | 114 | 0 | 31 | 361 | 76 | 56 |
| Binary | 110000 | 101101 | 10111111 | 1001011 | 1001100 | 0 | 11001 | 11110001 | 111110 | 101110 |
Color Harmonies of #302DBF
Complementary color
Monochromatic Colors of #302DBF
Black with #302DBF
Text Example
Text Example
White with #302DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DBF; }
p { color: rgb(48,45,191); }
H1.HeaderClassName
{
color: #302DBF;
}
.AnyTagClassName
{
color: #302DBF;
}
</style>
background-color css
<style>
a { background-color: #302DBF; }
a { background-color: rgb(48,45,191); }
div.DivClassName
{
background-color: #302DBF;
}
.BgClassName
{
background-color: #302DBF;
}
</style>
border-color css
<style>
span { border-color: #302DBF; }
span { border-color: rgb(48,45,191); }
td.TdClassName
{
border-color: #302DBF;
}
.TagClassName
{
border-color: #302DBF;
}
</style>