Shades of Persian Blue #301CBC
Tints of Persian Blue #301CBC
RGB
CMYK
RGB Variations
Color information
#301CBC (or 0x301CBC) is known color: Persian Blue. HEX triplet: 30, 1C and BC. RGB value is (48,28,188). Sum of RGB (Red+Green+Blue) = 48+28+188=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #301CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CBC is #CFE343. Grayscale: #333333. Windows color (decimal): -13624132 or 12327984. OLE color: 12327984.
HSL color Cylindrical-coordinate representation of color #301CBC: hue angle of 247.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301CBC is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 28 | 188 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.26 |
| HSL | 247.5º | 0.74% | 0.42% | - |
| HSV(B) | 247.5º | 0.85% | 0.74% | - |
| XYZ | 10.71 | 5.09 | 47.99 | - |
| YUV | 52.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 188 | 0.74 | 0.85 | 0 | 0.26 | 247.5 | 0.74 | 0.42 |
| Hex | 30 | 1C | BC | 4A | 55 | 0 | 1A | F8 | 4A | 2A |
| Octal | 60 | 34 | 274 | 112 | 125 | 0 | 32 | 370 | 112 | 52 |
| Binary | 110000 | 11100 | 10111100 | 1001010 | 1010101 | 0 | 11010 | 11111000 | 1001010 | 101010 |
Color Harmonies of #301CBC
Complementary color
Monochromatic Colors of #301CBC
Black with #301CBC
Text Example
Text Example
White with #301CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CBC; }
p { color: rgb(48,28,188); }
H1.HeaderClassName
{
color: #301CBC;
}
.AnyTagClassName
{
color: #301CBC;
}
</style>
background-color css
<style>
a { background-color: #301CBC; }
a { background-color: rgb(48,28,188); }
div.DivClassName
{
background-color: #301CBC;
}
.BgClassName
{
background-color: #301CBC;
}
</style>
border-color css
<style>
span { border-color: #301CBC; }
span { border-color: rgb(48,28,188); }
td.TdClassName
{
border-color: #301CBC;
}
.TagClassName
{
border-color: #301CBC;
}
</style>