Shades of Persian Blue #302EC9
Tints of Persian Blue #302EC9
RGB
CMYK
RGB Variations
Color information
#302EC9 (or 0x302EC9) is known color: Persian Blue. HEX triplet: 30, 2E and C9. RGB value is (48,46,201). Sum of RGB (Red+Green+Blue) = 48+46+201=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #302EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EC9 is #CFD136. Grayscale: #3F3F3F. Windows color (decimal): -13619511 or 13184560. OLE color: 13184560.
HSL color Cylindrical-coordinate representation of color #302EC9: hue angle of 240.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302EC9 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 46 | 201 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.21 |
| HSL | 240.77º | 0.63% | 0.48% | - |
| HSV(B) | 240.77º | 0.77% | 0.79% | - |
| XYZ | 12.74 | 6.8 | 55.9 | - |
| YUV | 64.27 | 205.16 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 201 | 0.76 | 0.77 | 0 | 0.21 | 240.77 | 0.63 | 0.48 |
| Hex | 30 | 2E | C9 | 4C | 4D | 0 | 15 | F1 | 3F | 30 |
| Octal | 60 | 56 | 311 | 114 | 115 | 0 | 25 | 361 | 77 | 60 |
| Binary | 110000 | 101110 | 11001001 | 1001100 | 1001101 | 0 | 10101 | 11110001 | 111111 | 110000 |
Color Harmonies of #302EC9
Complementary color
Monochromatic Colors of #302EC9
Black with #302EC9
Text Example
Text Example
White with #302EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EC9; }
p { color: rgb(48,46,201); }
H1.HeaderClassName
{
color: #302EC9;
}
.AnyTagClassName
{
color: #302EC9;
}
</style>
background-color css
<style>
a { background-color: #302EC9; }
a { background-color: rgb(48,46,201); }
div.DivClassName
{
background-color: #302EC9;
}
.BgClassName
{
background-color: #302EC9;
}
</style>
border-color css
<style>
span { border-color: #302EC9; }
span { border-color: rgb(48,46,201); }
td.TdClassName
{
border-color: #302EC9;
}
.TagClassName
{
border-color: #302EC9;
}
</style>