Shades of Persian Blue #3022D6
Tints of Persian Blue #3022D6
RGB
CMYK
RGB Variations
Color information
#3022D6 (or 0x3022D6) is known color: Persian Blue. HEX triplet: 30, 22 and D6. RGB value is (48,34,214). Sum of RGB (Red+Green+Blue) = 48+34+214=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 214 (83.98% from 255 or 72.30% from 296); Max value from RGB is 214 - color contains mainly: blue. Hex color #3022D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3022D6 is #CFDD29. Grayscale: #393939. Windows color (decimal): -13622570 or 14033456. OLE color: 14033456.
HSL color Cylindrical-coordinate representation of color #3022D6: hue angle of 244.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3022D6 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 34 | 214 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.16 |
| HSL | 244.67º | 0.73% | 0.49% | - |
| HSV(B) | 244.67º | 0.84% | 0.84% | - |
| XYZ | 13.93 | 6.63 | 64.16 | - |
| YUV | 58.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 214 | 0.78 | 0.84 | 0 | 0.16 | 244.67 | 0.73 | 0.49 |
| Hex | 30 | 22 | D6 | 4E | 54 | 0 | 10 | F5 | 49 | 31 |
| Octal | 60 | 42 | 326 | 116 | 124 | 0 | 20 | 365 | 111 | 61 |
| Binary | 110000 | 100010 | 11010110 | 1001110 | 1010100 | 0 | 10000 | 11110101 | 1001001 | 110001 |
Color Harmonies of #3022D6
Complementary color
Monochromatic Colors of #3022D6
Black with #3022D6
Text Example
Text Example
White with #3022D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022D6; }
p { color: rgb(48,34,214); }
H1.HeaderClassName
{
color: #3022D6;
}
.AnyTagClassName
{
color: #3022D6;
}
</style>
background-color css
<style>
a { background-color: #3022D6; }
a { background-color: rgb(48,34,214); }
div.DivClassName
{
background-color: #3022D6;
}
.BgClassName
{
background-color: #3022D6;
}
</style>
border-color css
<style>
span { border-color: #3022D6; }
span { border-color: rgb(48,34,214); }
td.TdClassName
{
border-color: #3022D6;
}
.TagClassName
{
border-color: #3022D6;
}
</style>