Shades of Persian Blue #3022C8
Tints of Persian Blue #3022C8
RGB
CMYK
RGB Variations
Color information
#3022C8 (or 0x3022C8) is known color: Persian Blue. HEX triplet: 30, 22 and C8. RGB value is (48,34,200). Sum of RGB (Red+Green+Blue) = 48+34+200=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #3022C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3022C8 is #CFDD37. Grayscale: #383838. Windows color (decimal): -13622584 or 13115952. OLE color: 13115952.
HSL color Cylindrical-coordinate representation of color #3022C8: hue angle of 245.06º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3022C8 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 34 | 200 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.22 |
| HSL | 245.06º | 0.71% | 0.46% | - |
| HSV(B) | 245.06º | 0.83% | 0.78% | - |
| XYZ | 12.22 | 5.94 | 55.15 | - |
| YUV | 57.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 200 | 0.76 | 0.83 | 0 | 0.22 | 245.06 | 0.71 | 0.46 |
| Hex | 30 | 22 | C8 | 4C | 53 | 0 | 16 | F5 | 47 | 2E |
| Octal | 60 | 42 | 310 | 114 | 123 | 0 | 26 | 365 | 107 | 56 |
| Binary | 110000 | 100010 | 11001000 | 1001100 | 1010011 | 0 | 10110 | 11110101 | 1000111 | 101110 |
Color Harmonies of #3022C8
Complementary color
Monochromatic Colors of #3022C8
Black with #3022C8
Text Example
Text Example
White with #3022C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022C8; }
p { color: rgb(48,34,200); }
H1.HeaderClassName
{
color: #3022C8;
}
.AnyTagClassName
{
color: #3022C8;
}
</style>
background-color css
<style>
a { background-color: #3022C8; }
a { background-color: rgb(48,34,200); }
div.DivClassName
{
background-color: #3022C8;
}
.BgClassName
{
background-color: #3022C8;
}
</style>
border-color css
<style>
span { border-color: #3022C8; }
span { border-color: rgb(48,34,200); }
td.TdClassName
{
border-color: #3022C8;
}
.TagClassName
{
border-color: #3022C8;
}
</style>