Shades of Persian Blue #303ECC
Tints of Persian Blue #303ECC
RGB
CMYK
RGB Variations
Color information
#303ECC (or 0x303ECC) is known color: Persian Blue. HEX triplet: 30, 3E and CC. RGB value is (48,62,204). Sum of RGB (Red+Green+Blue) = 48+62+204=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #303ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ECC is #CFC133. Grayscale: #494949. Windows color (decimal): -13615412 or 13385264. OLE color: 13385264.
HSL color Cylindrical-coordinate representation of color #303ECC: hue angle of 234.62º 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 #303ECC is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 62 | 204 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.2 |
| HSL | 234.62º | 0.62% | 0.49% | - |
| HSV(B) | 234.62º | 0.76% | 0.8% | - |
| XYZ | 13.84 | 8.43 | 58.03 | - |
| YUV | 74 | 201.36 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 204 | 0.76 | 0.70 | 0 | 0.2 | 234.62 | 0.62 | 0.49 |
| Hex | 30 | 3E | CC | 4C | 46 | 0 | 14 | EB | 3E | 31 |
| Octal | 60 | 76 | 314 | 114 | 106 | 0 | 24 | 353 | 76 | 61 |
| Binary | 110000 | 111110 | 11001100 | 1001100 | 1000110 | 0 | 10100 | 11101011 | 111110 | 110001 |
Color Harmonies of #303ECC
Complementary color
Monochromatic Colors of #303ECC
Black with #303ECC
Text Example
Text Example
White with #303ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303ECC; }
p { color: rgb(48,62,204); }
H1.HeaderClassName
{
color: #303ECC;
}
.AnyTagClassName
{
color: #303ECC;
}
</style>
background-color css
<style>
a { background-color: #303ECC; }
a { background-color: rgb(48,62,204); }
div.DivClassName
{
background-color: #303ECC;
}
.BgClassName
{
background-color: #303ECC;
}
</style>
border-color css
<style>
span { border-color: #303ECC; }
span { border-color: rgb(48,62,204); }
td.TdClassName
{
border-color: #303ECC;
}
.TagClassName
{
border-color: #303ECC;
}
</style>