Shades of Persian Blue #3014CC
Tints of Persian Blue #3014CC
RGB
CMYK
RGB Variations
Color information
#3014CC (or 0x3014CC) is known color: Persian Blue. HEX triplet: 30, 14 and CC. RGB value is (48,20,204). Sum of RGB (Red+Green+Blue) = 48+20+204=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #3014CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014CC is #CFEB33. Grayscale: #303030. Windows color (decimal): -13626164 or 13374512. OLE color: 13374512.
HSL color Cylindrical-coordinate representation of color #3014CC: hue angle of 249.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3014CC is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 20 | 204 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.2 |
| HSL | 249.13º | 0.82% | 0.44% | - |
| HSV(B) | 249.13º | 0.9% | 0.8% | - |
| XYZ | 12.37 | 5.49 | 57.53 | - |
| YUV | 49.35 | 215.28 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 204 | 0.76 | 0.90 | 0 | 0.2 | 249.13 | 0.82 | 0.44 |
| Hex | 30 | 14 | CC | 4C | 5A | 0 | 14 | F9 | 52 | 2C |
| Octal | 60 | 24 | 314 | 114 | 132 | 0 | 24 | 371 | 122 | 54 |
| Binary | 110000 | 10100 | 11001100 | 1001100 | 1011010 | 0 | 10100 | 11111001 | 1010010 | 101100 |
Color Harmonies of #3014CC
Complementary color
Monochromatic Colors of #3014CC
Black with #3014CC
Text Example
Text Example
White with #3014CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014CC; }
p { color: rgb(48,20,204); }
H1.HeaderClassName
{
color: #3014CC;
}
.AnyTagClassName
{
color: #3014CC;
}
</style>
background-color css
<style>
a { background-color: #3014CC; }
a { background-color: rgb(48,20,204); }
div.DivClassName
{
background-color: #3014CC;
}
.BgClassName
{
background-color: #3014CC;
}
</style>
border-color css
<style>
span { border-color: #3014CC; }
span { border-color: rgb(48,20,204); }
td.TdClassName
{
border-color: #3014CC;
}
.TagClassName
{
border-color: #3014CC;
}
</style>