Shades of Persian Blue #302FDA
Tints of Persian Blue #302FDA
RGB
CMYK
RGB Variations
Color information
#302FDA (or 0x302FDA) is known color: Persian Blue. HEX triplet: 30, 2F and DA. RGB value is (48,47,218). Sum of RGB (Red+Green+Blue) = 48+47+218=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #302FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FDA is #CFD025. Grayscale: #424242. Windows color (decimal): -13619238 or 14298928. OLE color: 14298928.
HSL color Cylindrical-coordinate representation of color #302FDA: hue angle of 240.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302FDA is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 47 | 218 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.15 |
| HSL | 240.35º | 0.7% | 0.52% | - |
| HSV(B) | 240.35º | 0.78% | 0.85% | - |
| XYZ | 14.89 | 7.72 | 67.04 | - |
| YUV | 66.79 | 213.33 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 218 | 0.78 | 0.78 | 0 | 0.15 | 240.35 | 0.7 | 0.52 |
| Hex | 30 | 2F | DA | 4E | 4E | 0 | F | F0 | 46 | 34 |
| Octal | 60 | 57 | 332 | 116 | 116 | 0 | 17 | 360 | 106 | 64 |
| Binary | 110000 | 101111 | 11011010 | 1001110 | 1001110 | 0 | 1111 | 11110000 | 1000110 | 110100 |
Color Harmonies of #302FDA
Complementary color
Monochromatic Colors of #302FDA
Black with #302FDA
Text Example
Text Example
White with #302FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FDA; }
p { color: rgb(48,47,218); }
H1.HeaderClassName
{
color: #302FDA;
}
.AnyTagClassName
{
color: #302FDA;
}
</style>
background-color css
<style>
a { background-color: #302FDA; }
a { background-color: rgb(48,47,218); }
div.DivClassName
{
background-color: #302FDA;
}
.BgClassName
{
background-color: #302FDA;
}
</style>
border-color css
<style>
span { border-color: #302FDA; }
span { border-color: rgb(48,47,218); }
td.TdClassName
{
border-color: #302FDA;
}
.TagClassName
{
border-color: #302FDA;
}
</style>