Shades of Persian Blue #302DAE
Tints of Persian Blue #302DAE
RGB
CMYK
RGB Variations
Color information
#302DAE (or 0x302DAE) is known color: Persian Blue. HEX triplet: 30, 2D and AE. RGB value is (48,45,174). Sum of RGB (Red+Green+Blue) = 48+45+174=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #302DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302DAE is #CFD251. Grayscale: #3C3C3C. Windows color (decimal): -13619794 or 11414832. OLE color: 11414832.
HSL color Cylindrical-coordinate representation of color #302DAE: hue angle of 241.4º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302DAE is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 45 | 174 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.32 |
| HSL | 241.4º | 0.59% | 0.43% | - |
| HSV(B) | 241.4º | 0.74% | 0.68% | - |
| XYZ | 9.8 | 5.56 | 40.6 | - |
| YUV | 60.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 174 | 0.72 | 0.74 | 0 | 0.32 | 241.4 | 0.59 | 0.43 |
| Hex | 30 | 2D | AE | 48 | 4A | 0 | 20 | F1 | 3B | 2B |
| Octal | 60 | 55 | 256 | 110 | 112 | 0 | 40 | 361 | 73 | 53 |
| Binary | 110000 | 101101 | 10101110 | 1001000 | 1001010 | 0 | 100000 | 11110001 | 111011 | 101011 |
Color Harmonies of #302DAE
Complementary color
Monochromatic Colors of #302DAE
Black with #302DAE
Text Example
Text Example
White with #302DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DAE; }
p { color: rgb(48,45,174); }
H1.HeaderClassName
{
color: #302DAE;
}
.AnyTagClassName
{
color: #302DAE;
}
</style>
background-color css
<style>
a { background-color: #302DAE; }
a { background-color: rgb(48,45,174); }
div.DivClassName
{
background-color: #302DAE;
}
.BgClassName
{
background-color: #302DAE;
}
</style>
border-color css
<style>
span { border-color: #302DAE; }
span { border-color: rgb(48,45,174); }
td.TdClassName
{
border-color: #302DAE;
}
.TagClassName
{
border-color: #302DAE;
}
</style>