Shades of Persian Blue #303ECF
Tints of Persian Blue #303ECF
RGB
CMYK
RGB Variations
Color information
#303ECF (or 0x303ECF) is known color: Persian Blue. HEX triplet: 30, 3E and CF. RGB value is (48,62,207). Sum of RGB (Red+Green+Blue) = 48+62+207=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #303ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ECF is #CFC130. Grayscale: #494949. Windows color (decimal): -13615409 or 13581872. OLE color: 13581872.
HSL color Cylindrical-coordinate representation of color #303ECF: hue angle of 234.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303ECF is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 62 | 207 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.19 |
| HSL | 234.72º | 0.62% | 0.5% | - |
| HSV(B) | 234.72º | 0.77% | 0.81% | - |
| XYZ | 14.2 | 8.58 | 59.94 | - |
| YUV | 74.34 | 202.86 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 207 | 0.77 | 0.70 | 0 | 0.19 | 234.72 | 0.62 | 0.5 |
| Hex | 30 | 3E | CF | 4D | 46 | 0 | 13 | EB | 3E | 32 |
| Octal | 60 | 76 | 317 | 115 | 106 | 0 | 23 | 353 | 76 | 62 |
| Binary | 110000 | 111110 | 11001111 | 1001101 | 1000110 | 0 | 10011 | 11101011 | 111110 | 110010 |
Color Harmonies of #303ECF
Complementary color
Monochromatic Colors of #303ECF
Black with #303ECF
Text Example
Text Example
White with #303ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303ECF; }
p { color: rgb(48,62,207); }
H1.HeaderClassName
{
color: #303ECF;
}
.AnyTagClassName
{
color: #303ECF;
}
</style>
background-color css
<style>
a { background-color: #303ECF; }
a { background-color: rgb(48,62,207); }
div.DivClassName
{
background-color: #303ECF;
}
.BgClassName
{
background-color: #303ECF;
}
</style>
border-color css
<style>
span { border-color: #303ECF; }
span { border-color: rgb(48,62,207); }
td.TdClassName
{
border-color: #303ECF;
}
.TagClassName
{
border-color: #303ECF;
}
</style>