Shades of Persian Blue #3039CF
Tints of Persian Blue #3039CF
RGB
CMYK
RGB Variations
Color information
#3039CF (or 0x3039CF) is known color: Persian Blue. HEX triplet: 30, 39 and CF. RGB value is (48,57,207). Sum of RGB (Red+Green+Blue) = 48+57+207=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #3039CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039CF is #CFC630. Grayscale: #464646. Windows color (decimal): -13616689 or 13580592. OLE color: 13580592.
HSL color Cylindrical-coordinate representation of color #3039CF: hue angle of 236.6º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3039CF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 57 | 207 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.19 |
| HSL | 236.6º | 0.62% | 0.5% | - |
| HSV(B) | 236.6º | 0.77% | 0.81% | - |
| XYZ | 13.94 | 8.06 | 59.85 | - |
| YUV | 71.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 207 | 0.77 | 0.72 | 0 | 0.19 | 236.6 | 0.62 | 0.5 |
| Hex | 30 | 39 | CF | 4D | 48 | 0 | 13 | ED | 3E | 32 |
| Octal | 60 | 71 | 317 | 115 | 110 | 0 | 23 | 355 | 76 | 62 |
| Binary | 110000 | 111001 | 11001111 | 1001101 | 1001000 | 0 | 10011 | 11101101 | 111110 | 110010 |
Color Harmonies of #3039CF
Complementary color
Monochromatic Colors of #3039CF
Black with #3039CF
Text Example
Text Example
White with #3039CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3039CF; }
p { color: rgb(48,57,207); }
H1.HeaderClassName
{
color: #3039CF;
}
.AnyTagClassName
{
color: #3039CF;
}
</style>
background-color css
<style>
a { background-color: #3039CF; }
a { background-color: rgb(48,57,207); }
div.DivClassName
{
background-color: #3039CF;
}
.BgClassName
{
background-color: #3039CF;
}
</style>
border-color css
<style>
span { border-color: #3039CF; }
span { border-color: rgb(48,57,207); }
td.TdClassName
{
border-color: #3039CF;
}
.TagClassName
{
border-color: #3039CF;
}
</style>