Shades of Persian Blue #302FDC
Tints of Persian Blue #302FDC
RGB
CMYK
RGB Variations
Color information
#302FDC (or 0x302FDC) is known color: Persian Blue. HEX triplet: 30, 2F and DC. RGB value is (48,47,220). Sum of RGB (Red+Green+Blue) = 48+47+220=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #302FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FDC is #CFD023. Grayscale: #424242. Windows color (decimal): -13619236 or 14430000. OLE color: 14430000.
HSL color Cylindrical-coordinate representation of color #302FDC: hue angle of 240.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302FDC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 47 | 220 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.14 |
| HSL | 240.35º | 0.71% | 0.52% | - |
| HSV(B) | 240.35º | 0.79% | 0.86% | - |
| XYZ | 15.15 | 7.83 | 68.42 | - |
| YUV | 67.02 | 214.33 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 220 | 0.78 | 0.79 | 0 | 0.14 | 240.35 | 0.71 | 0.52 |
| Hex | 30 | 2F | DC | 4E | 4F | 0 | E | F0 | 47 | 34 |
| Octal | 60 | 57 | 334 | 116 | 117 | 0 | 16 | 360 | 107 | 64 |
| Binary | 110000 | 101111 | 11011100 | 1001110 | 1001111 | 0 | 1110 | 11110000 | 1000111 | 110100 |
Color Harmonies of #302FDC
Complementary color
Monochromatic Colors of #302FDC
Black with #302FDC
Text Example
Text Example
White with #302FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FDC; }
p { color: rgb(48,47,220); }
H1.HeaderClassName
{
color: #302FDC;
}
.AnyTagClassName
{
color: #302FDC;
}
</style>
background-color css
<style>
a { background-color: #302FDC; }
a { background-color: rgb(48,47,220); }
div.DivClassName
{
background-color: #302FDC;
}
.BgClassName
{
background-color: #302FDC;
}
</style>
border-color css
<style>
span { border-color: #302FDC; }
span { border-color: rgb(48,47,220); }
td.TdClassName
{
border-color: #302FDC;
}
.TagClassName
{
border-color: #302FDC;
}
</style>