Shades of Persian Blue #302ECD
Tints of Persian Blue #302ECD
RGB
CMYK
RGB Variations
Color information
#302ECD (or 0x302ECD) is known color: Persian Blue. HEX triplet: 30, 2E and CD. RGB value is (48,46,205). Sum of RGB (Red+Green+Blue) = 48+46+205=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #302ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ECD is #CFD132. Grayscale: #404040. Windows color (decimal): -13619507 or 13446704. OLE color: 13446704.
HSL color Cylindrical-coordinate representation of color #302ECD: hue angle of 240.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302ECD is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 46 | 205 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.20 |
| HSL | 240.75º | 0.63% | 0.49% | - |
| HSV(B) | 240.75º | 0.78% | 0.8% | - |
| XYZ | 13.22 | 6.99 | 58.41 | - |
| YUV | 64.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 205 | 0.77 | 0.78 | 0 | 0.20 | 240.75 | 0.63 | 0.49 |
| Hex | 30 | 2E | CD | 4D | 4E | 0 | 14 | F1 | 3F | 31 |
| Octal | 60 | 56 | 315 | 115 | 116 | 0 | 24 | 361 | 77 | 61 |
| Binary | 110000 | 101110 | 11001101 | 1001101 | 1001110 | 0 | 10100 | 11110001 | 111111 | 110001 |
Color Harmonies of #302ECD
Complementary color
Monochromatic Colors of #302ECD
Black with #302ECD
Text Example
Text Example
White with #302ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ECD; }
p { color: rgb(48,46,205); }
H1.HeaderClassName
{
color: #302ECD;
}
.AnyTagClassName
{
color: #302ECD;
}
</style>
background-color css
<style>
a { background-color: #302ECD; }
a { background-color: rgb(48,46,205); }
div.DivClassName
{
background-color: #302ECD;
}
.BgClassName
{
background-color: #302ECD;
}
</style>
border-color css
<style>
span { border-color: #302ECD; }
span { border-color: rgb(48,46,205); }
td.TdClassName
{
border-color: #302ECD;
}
.TagClassName
{
border-color: #302ECD;
}
</style>