Shades of Persian Blue #3039C6
Tints of Persian Blue #3039C6
RGB
CMYK
RGB Variations
Color information
#3039C6 (or 0x3039C6) is known color: Persian Blue. HEX triplet: 30, 39 and C6. RGB value is (48,57,198). Sum of RGB (Red+Green+Blue) = 48+57+198=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #3039C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039C6 is #CFC639. Grayscale: #454545. Windows color (decimal): -13616698 or 12990768. OLE color: 12990768.
HSL color Cylindrical-coordinate representation of color #3039C6: hue angle of 236.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3039C6 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 57 | 198 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.22 |
| HSL | 236.4º | 0.61% | 0.48% | - |
| HSV(B) | 236.4º | 0.76% | 0.78% | - |
| XYZ | 12.88 | 7.63 | 54.22 | - |
| YUV | 70.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 198 | 0.76 | 0.71 | 0 | 0.22 | 236.4 | 0.61 | 0.48 |
| Hex | 30 | 39 | C6 | 4C | 47 | 0 | 16 | EC | 3D | 30 |
| Octal | 60 | 71 | 306 | 114 | 107 | 0 | 26 | 354 | 75 | 60 |
| Binary | 110000 | 111001 | 11000110 | 1001100 | 1000111 | 0 | 10110 | 11101100 | 111101 | 110000 |
Color Harmonies of #3039C6
Complementary color
Monochromatic Colors of #3039C6
Black with #3039C6
Text Example
Text Example
White with #3039C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3039C6; }
p { color: rgb(48,57,198); }
H1.HeaderClassName
{
color: #3039C6;
}
.AnyTagClassName
{
color: #3039C6;
}
</style>
background-color css
<style>
a { background-color: #3039C6; }
a { background-color: rgb(48,57,198); }
div.DivClassName
{
background-color: #3039C6;
}
.BgClassName
{
background-color: #3039C6;
}
</style>
border-color css
<style>
span { border-color: #3039C6; }
span { border-color: rgb(48,57,198); }
td.TdClassName
{
border-color: #3039C6;
}
.TagClassName
{
border-color: #3039C6;
}
</style>