Shades of Persian Blue #3018C9
Tints of Persian Blue #3018C9
RGB
CMYK
RGB Variations
Color information
#3018C9 (or 0x3018C9) is known color: Persian Blue. HEX triplet: 30, 18 and C9. RGB value is (48,24,201). Sum of RGB (Red+Green+Blue) = 48+24+201=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #3018C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3018C9 is #CFE736. Grayscale: #323232. Windows color (decimal): -13625143 or 13178928. OLE color: 13178928.
HSL color Cylindrical-coordinate representation of color #3018C9: hue angle of 248.14º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3018C9 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 24 | 201 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.21 |
| HSL | 248.14º | 0.79% | 0.44% | - |
| HSV(B) | 248.14º | 0.88% | 0.79% | - |
| XYZ | 12.09 | 5.5 | 55.68 | - |
| YUV | 51.35 | 212.45 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 201 | 0.76 | 0.88 | 0 | 0.21 | 248.14 | 0.79 | 0.44 |
| Hex | 30 | 18 | C9 | 4C | 58 | 0 | 15 | F8 | 4F | 2C |
| Octal | 60 | 30 | 311 | 114 | 130 | 0 | 25 | 370 | 117 | 54 |
| Binary | 110000 | 11000 | 11001001 | 1001100 | 1011000 | 0 | 10101 | 11111000 | 1001111 | 101100 |
Color Harmonies of #3018C9
Complementary color
Monochromatic Colors of #3018C9
Black with #3018C9
Text Example
Text Example
White with #3018C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3018C9; }
p { color: rgb(48,24,201); }
H1.HeaderClassName
{
color: #3018C9;
}
.AnyTagClassName
{
color: #3018C9;
}
</style>
background-color css
<style>
a { background-color: #3018C9; }
a { background-color: rgb(48,24,201); }
div.DivClassName
{
background-color: #3018C9;
}
.BgClassName
{
background-color: #3018C9;
}
</style>
border-color css
<style>
span { border-color: #3018C9; }
span { border-color: rgb(48,24,201); }
td.TdClassName
{
border-color: #3018C9;
}
.TagClassName
{
border-color: #3018C9;
}
</style>