Shades of Persian Blue #302CDA
Tints of Persian Blue #302CDA
RGB
CMYK
RGB Variations
Color information
#302CDA (or 0x302CDA) is known color: Persian Blue. HEX triplet: 30, 2C and DA. RGB value is (48,44,218). Sum of RGB (Red+Green+Blue) = 48+44+218=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #302CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CDA is #CFD325. Grayscale: #404040. Windows color (decimal): -13620006 or 14298160. OLE color: 14298160.
HSL color Cylindrical-coordinate representation of color #302CDA: hue angle of 241.38º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302CDA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 44 | 218 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.15 |
| HSL | 241.38º | 0.7% | 0.51% | - |
| HSV(B) | 241.38º | 0.8% | 0.85% | - |
| XYZ | 14.77 | 7.49 | 67 | - |
| YUV | 65.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 218 | 0.78 | 0.80 | 0 | 0.15 | 241.38 | 0.7 | 0.51 |
| Hex | 30 | 2C | DA | 4E | 50 | 0 | F | F1 | 46 | 33 |
| Octal | 60 | 54 | 332 | 116 | 120 | 0 | 17 | 361 | 106 | 63 |
| Binary | 110000 | 101100 | 11011010 | 1001110 | 1010000 | 0 | 1111 | 11110001 | 1000110 | 110011 |
Color Harmonies of #302CDA
Complementary color
Monochromatic Colors of #302CDA
Black with #302CDA
Text Example
Text Example
White with #302CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CDA; }
p { color: rgb(48,44,218); }
H1.HeaderClassName
{
color: #302CDA;
}
.AnyTagClassName
{
color: #302CDA;
}
</style>
background-color css
<style>
a { background-color: #302CDA; }
a { background-color: rgb(48,44,218); }
div.DivClassName
{
background-color: #302CDA;
}
.BgClassName
{
background-color: #302CDA;
}
</style>
border-color css
<style>
span { border-color: #302CDA; }
span { border-color: rgb(48,44,218); }
td.TdClassName
{
border-color: #302CDA;
}
.TagClassName
{
border-color: #302CDA;
}
</style>