Shades of Persian Blue #3018BC
Tints of Persian Blue #3018BC
RGB
CMYK
RGB Variations
Color information
#3018BC (or 0x3018BC) is known color: Persian Blue. HEX triplet: 30, 18 and BC. RGB value is (48,24,188). Sum of RGB (Red+Green+Blue) = 48+24+188=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3018BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3018BC is #CFE743. Grayscale: #313131. Windows color (decimal): -13625156 or 12326960. OLE color: 12326960.
HSL color Cylindrical-coordinate representation of color #3018BC: hue angle of 248.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3018BC is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 24 | 188 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.26 |
| HSL | 248.78º | 0.77% | 0.42% | - |
| HSV(B) | 248.78º | 0.87% | 0.74% | - |
| XYZ | 10.62 | 4.91 | 47.97 | - |
| YUV | 49.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 188 | 0.74 | 0.87 | 0 | 0.26 | 248.78 | 0.77 | 0.42 |
| Hex | 30 | 18 | BC | 4A | 57 | 0 | 1A | F9 | 4D | 2A |
| Octal | 60 | 30 | 274 | 112 | 127 | 0 | 32 | 371 | 115 | 52 |
| Binary | 110000 | 11000 | 10111100 | 1001010 | 1010111 | 0 | 11010 | 11111001 | 1001101 | 101010 |
Color Harmonies of #3018BC
Complementary color
Monochromatic Colors of #3018BC
Black with #3018BC
Text Example
Text Example
White with #3018BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3018BC; }
p { color: rgb(48,24,188); }
H1.HeaderClassName
{
color: #3018BC;
}
.AnyTagClassName
{
color: #3018BC;
}
</style>
background-color css
<style>
a { background-color: #3018BC; }
a { background-color: rgb(48,24,188); }
div.DivClassName
{
background-color: #3018BC;
}
.BgClassName
{
background-color: #3018BC;
}
</style>
border-color css
<style>
span { border-color: #3018BC; }
span { border-color: rgb(48,24,188); }
td.TdClassName
{
border-color: #3018BC;
}
.TagClassName
{
border-color: #3018BC;
}
</style>