Shades of Persian Blue #303CC3
Tints of Persian Blue #303CC3
RGB
CMYK
RGB Variations
Color information
#303CC3 (or 0x303CC3) is known color: Persian Blue. HEX triplet: 30, 3C and C3. RGB value is (48,60,195). Sum of RGB (Red+Green+Blue) = 48+60+195=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #303CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CC3 is #CFC33C. Grayscale: #474747. Windows color (decimal): -13615933 or 12794928. OLE color: 12794928.
HSL color Cylindrical-coordinate representation of color #303CC3: hue angle of 235.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #303CC3 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 60 | 195 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.24 |
| HSL | 235.1º | 0.6% | 0.48% | - |
| HSV(B) | 235.1º | 0.75% | 0.76% | - |
| XYZ | 12.69 | 7.8 | 52.47 | - |
| YUV | 71.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 195 | 0.75 | 0.69 | 0 | 0.24 | 235.1 | 0.6 | 0.48 |
| Hex | 30 | 3C | C3 | 4B | 45 | 0 | 18 | EB | 3C | 30 |
| Octal | 60 | 74 | 303 | 113 | 105 | 0 | 30 | 353 | 74 | 60 |
| Binary | 110000 | 111100 | 11000011 | 1001011 | 1000101 | 0 | 11000 | 11101011 | 111100 | 110000 |
Color Harmonies of #303CC3
Complementary color
Monochromatic Colors of #303CC3
Black with #303CC3
Text Example
Text Example
White with #303CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CC3; }
p { color: rgb(48,60,195); }
H1.HeaderClassName
{
color: #303CC3;
}
.AnyTagClassName
{
color: #303CC3;
}
</style>
background-color css
<style>
a { background-color: #303CC3; }
a { background-color: rgb(48,60,195); }
div.DivClassName
{
background-color: #303CC3;
}
.BgClassName
{
background-color: #303CC3;
}
</style>
border-color css
<style>
span { border-color: #303CC3; }
span { border-color: rgb(48,60,195); }
td.TdClassName
{
border-color: #303CC3;
}
.TagClassName
{
border-color: #303CC3;
}
</style>