Shades of Persian Blue #302BDA
Tints of Persian Blue #302BDA
RGB
CMYK
RGB Variations
Color information
#302BDA (or 0x302BDA) is known color: Persian Blue. HEX triplet: 30, 2B and DA. RGB value is (48,43,218). Sum of RGB (Red+Green+Blue) = 48+43+218=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #302BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BDA is #CFD425. Grayscale: #3F3F3F. Windows color (decimal): -13620262 or 14297904. OLE color: 14297904.
HSL color Cylindrical-coordinate representation of color #302BDA: hue angle of 241.71º 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 #302BDA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 43 | 218 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.15 |
| HSL | 241.71º | 0.7% | 0.51% | - |
| HSV(B) | 241.71º | 0.8% | 0.85% | - |
| XYZ | 14.74 | 7.42 | 66.98 | - |
| YUV | 64.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 218 | 0.78 | 0.80 | 0 | 0.15 | 241.71 | 0.7 | 0.51 |
| Hex | 30 | 2B | DA | 4E | 50 | 0 | F | F2 | 46 | 33 |
| Octal | 60 | 53 | 332 | 116 | 120 | 0 | 17 | 362 | 106 | 63 |
| Binary | 110000 | 101011 | 11011010 | 1001110 | 1010000 | 0 | 1111 | 11110010 | 1000110 | 110011 |
Color Harmonies of #302BDA
Complementary color
Monochromatic Colors of #302BDA
Black with #302BDA
Text Example
Text Example
White with #302BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BDA; }
p { color: rgb(48,43,218); }
H1.HeaderClassName
{
color: #302BDA;
}
.AnyTagClassName
{
color: #302BDA;
}
</style>
background-color css
<style>
a { background-color: #302BDA; }
a { background-color: rgb(48,43,218); }
div.DivClassName
{
background-color: #302BDA;
}
.BgClassName
{
background-color: #302BDA;
}
</style>
border-color css
<style>
span { border-color: #302BDA; }
span { border-color: rgb(48,43,218); }
td.TdClassName
{
border-color: #302BDA;
}
.TagClassName
{
border-color: #302BDA;
}
</style>