Shades of Persian Blue #302CCD
Tints of Persian Blue #302CCD
RGB
CMYK
RGB Variations
Color information
#302CCD (or 0x302CCD) is known color: Persian Blue. HEX triplet: 30, 2C and CD. RGB value is (48,44,205). Sum of RGB (Red+Green+Blue) = 48+44+205=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #302CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CCD is #CFD332. Grayscale: #3E3E3E. Windows color (decimal): -13620019 or 13446192. OLE color: 13446192.
HSL color Cylindrical-coordinate representation of color #302CCD: hue angle of 241.49º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302CCD is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 44 | 205 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.20 |
| HSL | 241.49º | 0.65% | 0.49% | - |
| HSV(B) | 241.49º | 0.79% | 0.8% | - |
| XYZ | 13.14 | 6.84 | 58.38 | - |
| YUV | 63.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 205 | 0.77 | 0.79 | 0 | 0.20 | 241.49 | 0.65 | 0.49 |
| Hex | 30 | 2C | CD | 4D | 4F | 0 | 14 | F1 | 41 | 31 |
| Octal | 60 | 54 | 315 | 115 | 117 | 0 | 24 | 361 | 101 | 61 |
| Binary | 110000 | 101100 | 11001101 | 1001101 | 1001111 | 0 | 10100 | 11110001 | 1000001 | 110001 |
Color Harmonies of #302CCD
Complementary color
Monochromatic Colors of #302CCD
Black with #302CCD
Text Example
Text Example
White with #302CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CCD; }
p { color: rgb(48,44,205); }
H1.HeaderClassName
{
color: #302CCD;
}
.AnyTagClassName
{
color: #302CCD;
}
</style>
background-color css
<style>
a { background-color: #302CCD; }
a { background-color: rgb(48,44,205); }
div.DivClassName
{
background-color: #302CCD;
}
.BgClassName
{
background-color: #302CCD;
}
</style>
border-color css
<style>
span { border-color: #302CCD; }
span { border-color: rgb(48,44,205); }
td.TdClassName
{
border-color: #302CCD;
}
.TagClassName
{
border-color: #302CCD;
}
</style>