Shades of Persian Blue #3017CC
Tints of Persian Blue #3017CC
RGB
CMYK
RGB Variations
Color information
#3017CC (or 0x3017CC) is known color: Persian Blue. HEX triplet: 30, 17 and CC. RGB value is (48,23,204). Sum of RGB (Red+Green+Blue) = 48+23+204=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3017CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017CC is #CFE833. Grayscale: #323232. Windows color (decimal): -13625396 or 13375280. OLE color: 13375280.
HSL color Cylindrical-coordinate representation of color #3017CC: hue angle of 248.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3017CC is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 23 | 204 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.2 |
| HSL | 248.29º | 0.8% | 0.45% | - |
| HSV(B) | 248.29º | 0.89% | 0.8% | - |
| XYZ | 12.42 | 5.6 | 57.55 | - |
| YUV | 51.11 | 214.28 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 204 | 0.76 | 0.89 | 0 | 0.2 | 248.29 | 0.8 | 0.45 |
| Hex | 30 | 17 | CC | 4C | 59 | 0 | 14 | F8 | 50 | 2D |
| Octal | 60 | 27 | 314 | 114 | 131 | 0 | 24 | 370 | 120 | 55 |
| Binary | 110000 | 10111 | 11001100 | 1001100 | 1011001 | 0 | 10100 | 11111000 | 1010000 | 101101 |
Color Harmonies of #3017CC
Complementary color
Monochromatic Colors of #3017CC
Black with #3017CC
Text Example
Text Example
White with #3017CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3017CC; }
p { color: rgb(48,23,204); }
H1.HeaderClassName
{
color: #3017CC;
}
.AnyTagClassName
{
color: #3017CC;
}
</style>
background-color css
<style>
a { background-color: #3017CC; }
a { background-color: rgb(48,23,204); }
div.DivClassName
{
background-color: #3017CC;
}
.BgClassName
{
background-color: #3017CC;
}
</style>
border-color css
<style>
span { border-color: #3017CC; }
span { border-color: rgb(48,23,204); }
td.TdClassName
{
border-color: #3017CC;
}
.TagClassName
{
border-color: #3017CC;
}
</style>