Shades of Persian Blue #303ACD
Tints of Persian Blue #303ACD
RGB
CMYK
RGB Variations
Color information
#303ACD (or 0x303ACD) is known color: Persian Blue. HEX triplet: 30, 3A and CD. RGB value is (48,58,205). Sum of RGB (Red+Green+Blue) = 48+58+205=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #303ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ACD is #CFC532. Grayscale: #474747. Windows color (decimal): -13616435 or 13449776. OLE color: 13449776.
HSL color Cylindrical-coordinate representation of color #303ACD: hue angle of 236.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303ACD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 58 | 205 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.20 |
| HSL | 236.18º | 0.62% | 0.5% | - |
| HSV(B) | 236.18º | 0.77% | 0.8% | - |
| XYZ | 13.75 | 8.06 | 58.59 | - |
| YUV | 71.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 205 | 0.77 | 0.72 | 0 | 0.20 | 236.18 | 0.62 | 0.5 |
| Hex | 30 | 3A | CD | 4D | 48 | 0 | 14 | EC | 3E | 32 |
| Octal | 60 | 72 | 315 | 115 | 110 | 0 | 24 | 354 | 76 | 62 |
| Binary | 110000 | 111010 | 11001101 | 1001101 | 1001000 | 0 | 10100 | 11101100 | 111110 | 110010 |
Color Harmonies of #303ACD
Complementary color
Monochromatic Colors of #303ACD
Black with #303ACD
Text Example
Text Example
White with #303ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303ACD; }
p { color: rgb(48,58,205); }
H1.HeaderClassName
{
color: #303ACD;
}
.AnyTagClassName
{
color: #303ACD;
}
</style>
background-color css
<style>
a { background-color: #303ACD; }
a { background-color: rgb(48,58,205); }
div.DivClassName
{
background-color: #303ACD;
}
.BgClassName
{
background-color: #303ACD;
}
</style>
border-color css
<style>
span { border-color: #303ACD; }
span { border-color: rgb(48,58,205); }
td.TdClassName
{
border-color: #303ACD;
}
.TagClassName
{
border-color: #303ACD;
}
</style>