Shades of Persian Blue #303BBC
Tints of Persian Blue #303BBC
RGB
CMYK
RGB Variations
Color information
#303BBC (or 0x303BBC) is known color: Persian Blue. HEX triplet: 30, 3B and BC. RGB value is (48,59,188). Sum of RGB (Red+Green+Blue) = 48+59+188=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #303BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BBC is #CFC443. Grayscale: #454545. Windows color (decimal): -13616196 or 12335920. OLE color: 12335920.
HSL color Cylindrical-coordinate representation of color #303BBC: hue angle of 235.29º 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 #303BBC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 59 | 188 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.26 |
| HSL | 235.29º | 0.59% | 0.46% | - |
| HSV(B) | 235.29º | 0.74% | 0.74% | - |
| XYZ | 11.86 | 7.39 | 48.38 | - |
| YUV | 70.42 | 194.36 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 188 | 0.74 | 0.69 | 0 | 0.26 | 235.29 | 0.59 | 0.46 |
| Hex | 30 | 3B | BC | 4A | 45 | 0 | 1A | EB | 3B | 2E |
| Octal | 60 | 73 | 274 | 112 | 105 | 0 | 32 | 353 | 73 | 56 |
| Binary | 110000 | 111011 | 10111100 | 1001010 | 1000101 | 0 | 11010 | 11101011 | 111011 | 101110 |
Color Harmonies of #303BBC
Complementary color
Monochromatic Colors of #303BBC
Black with #303BBC
Text Example
Text Example
White with #303BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BBC; }
p { color: rgb(48,59,188); }
H1.HeaderClassName
{
color: #303BBC;
}
.AnyTagClassName
{
color: #303BBC;
}
</style>
background-color css
<style>
a { background-color: #303BBC; }
a { background-color: rgb(48,59,188); }
div.DivClassName
{
background-color: #303BBC;
}
.BgClassName
{
background-color: #303BBC;
}
</style>
border-color css
<style>
span { border-color: #303BBC; }
span { border-color: rgb(48,59,188); }
td.TdClassName
{
border-color: #303BBC;
}
.TagClassName
{
border-color: #303BBC;
}
</style>