Shades of Persian Blue #303FCC
Tints of Persian Blue #303FCC
RGB
CMYK
RGB Variations
Color information
#303FCC (or 0x303FCC) is known color: Persian Blue. HEX triplet: 30, 3F and CC. RGB value is (48,63,204). Sum of RGB (Red+Green+Blue) = 48+63+204=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #303FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FCC is #CFC033. Grayscale: #4A4A4A. Windows color (decimal): -13615156 or 13385520. OLE color: 13385520.
HSL color Cylindrical-coordinate representation of color #303FCC: hue angle of 234.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303FCC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 63 | 204 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.2 |
| HSL | 234.23º | 0.62% | 0.49% | - |
| HSV(B) | 234.23º | 0.76% | 0.8% | - |
| XYZ | 13.9 | 8.54 | 58.04 | - |
| YUV | 74.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 204 | 0.76 | 0.69 | 0 | 0.2 | 234.23 | 0.62 | 0.49 |
| Hex | 30 | 3F | CC | 4C | 45 | 0 | 14 | EA | 3E | 31 |
| Octal | 60 | 77 | 314 | 114 | 105 | 0 | 24 | 352 | 76 | 61 |
| Binary | 110000 | 111111 | 11001100 | 1001100 | 1000101 | 0 | 10100 | 11101010 | 111110 | 110001 |
Color Harmonies of #303FCC
Complementary color
Monochromatic Colors of #303FCC
Black with #303FCC
Text Example
Text Example
White with #303FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FCC; }
p { color: rgb(48,63,204); }
H1.HeaderClassName
{
color: #303FCC;
}
.AnyTagClassName
{
color: #303FCC;
}
</style>
background-color css
<style>
a { background-color: #303FCC; }
a { background-color: rgb(48,63,204); }
div.DivClassName
{
background-color: #303FCC;
}
.BgClassName
{
background-color: #303FCC;
}
</style>
border-color css
<style>
span { border-color: #303FCC; }
span { border-color: rgb(48,63,204); }
td.TdClassName
{
border-color: #303FCC;
}
.TagClassName
{
border-color: #303FCC;
}
</style>