Shades of Persian Blue #303CBC
Tints of Persian Blue #303CBC
RGB
CMYK
RGB Variations
Color information
#303CBC (or 0x303CBC) is known color: Persian Blue. HEX triplet: 30, 3C and BC. RGB value is (48,60,188). Sum of RGB (Red+Green+Blue) = 48+60+188=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #303CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBC is #CFC343. Grayscale: #464646. Windows color (decimal): -13615940 or 12336176. OLE color: 12336176.
HSL color Cylindrical-coordinate representation of color #303CBC: hue angle of 234.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303CBC is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 60 | 188 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.26 |
| HSL | 234.86º | 0.59% | 0.46% | - |
| HSV(B) | 234.86º | 0.74% | 0.74% | - |
| XYZ | 11.91 | 7.49 | 48.4 | - |
| YUV | 71 | 194.02 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 188 | 0.74 | 0.68 | 0 | 0.26 | 234.86 | 0.59 | 0.46 |
| Hex | 30 | 3C | BC | 4A | 44 | 0 | 1A | EB | 3B | 2E |
| Octal | 60 | 74 | 274 | 112 | 104 | 0 | 32 | 353 | 73 | 56 |
| Binary | 110000 | 111100 | 10111100 | 1001010 | 1000100 | 0 | 11010 | 11101011 | 111011 | 101110 |
Color Harmonies of #303CBC
Complementary color
Monochromatic Colors of #303CBC
Black with #303CBC
Text Example
Text Example
White with #303CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CBC; }
p { color: rgb(48,60,188); }
H1.HeaderClassName
{
color: #303CBC;
}
.AnyTagClassName
{
color: #303CBC;
}
</style>
background-color css
<style>
a { background-color: #303CBC; }
a { background-color: rgb(48,60,188); }
div.DivClassName
{
background-color: #303CBC;
}
.BgClassName
{
background-color: #303CBC;
}
</style>
border-color css
<style>
span { border-color: #303CBC; }
span { border-color: rgb(48,60,188); }
td.TdClassName
{
border-color: #303CBC;
}
.TagClassName
{
border-color: #303CBC;
}
</style>