Shades of Persian Blue #3018C0
Tints of Persian Blue #3018C0
RGB
CMYK
RGB Variations
Color information
#3018C0 (or 0x3018C0) is known color: Persian Blue. HEX triplet: 30, 18 and C0. RGB value is (48,24,192). Sum of RGB (Red+Green+Blue) = 48+24+192=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #3018C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3018C0 is #CFE73F. Grayscale: #313131. Windows color (decimal): -13625152 or 12589104. OLE color: 12589104.
HSL color Cylindrical-coordinate representation of color #3018C0: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3018C0 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 24 | 192 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.25 |
| HSL | 248.57º | 0.78% | 0.42% | - |
| HSV(B) | 248.57º | 0.88% | 0.75% | - |
| XYZ | 11.06 | 5.09 | 50.27 | - |
| YUV | 50.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 192 | 0.75 | 0.88 | 0 | 0.25 | 248.57 | 0.78 | 0.42 |
| Hex | 30 | 18 | C0 | 4B | 58 | 0 | 19 | F9 | 4E | 2A |
| Octal | 60 | 30 | 300 | 113 | 130 | 0 | 31 | 371 | 116 | 52 |
| Binary | 110000 | 11000 | 11000000 | 1001011 | 1011000 | 0 | 11001 | 11111001 | 1001110 | 101010 |
Color Harmonies of #3018C0
Complementary color
Monochromatic Colors of #3018C0
Black with #3018C0
Text Example
Text Example
White with #3018C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3018C0; }
p { color: rgb(48,24,192); }
H1.HeaderClassName
{
color: #3018C0;
}
.AnyTagClassName
{
color: #3018C0;
}
</style>
background-color css
<style>
a { background-color: #3018C0; }
a { background-color: rgb(48,24,192); }
div.DivClassName
{
background-color: #3018C0;
}
.BgClassName
{
background-color: #3018C0;
}
</style>
border-color css
<style>
span { border-color: #3018C0; }
span { border-color: rgb(48,24,192); }
td.TdClassName
{
border-color: #3018C0;
}
.TagClassName
{
border-color: #3018C0;
}
</style>