Shades of Persian Blue #3619CC
Tints of Persian Blue #3619CC
RGB
CMYK
RGB Variations
Color information
#3619CC (or 0x3619CC) is known color: Persian Blue. HEX triplet: 36, 19 and CC. RGB value is (54,25,204). Sum of RGB (Red+Green+Blue) = 54+25+204=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #3619CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3619CC is #C9E633. Grayscale: #353535. Windows color (decimal): -13231668 or 13375798. OLE color: 13375798.
HSL color Cylindrical-coordinate representation of color #3619CC: hue angle of 249.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3619CC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 25 | 204 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.2 |
| HSL | 249.72º | 0.78% | 0.45% | - |
| HSV(B) | 249.72º | 0.88% | 0.8% | - |
| XYZ | 12.77 | 5.84 | 57.58 | - |
| YUV | 54.08 | 212.61 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 204 | 0.74 | 0.88 | 0 | 0.2 | 249.72 | 0.78 | 0.45 |
| Hex | 36 | 19 | CC | 4A | 58 | 0 | 14 | FA | 4E | 2D |
| Octal | 66 | 31 | 314 | 112 | 130 | 0 | 24 | 372 | 116 | 55 |
| Binary | 110110 | 11001 | 11001100 | 1001010 | 1011000 | 0 | 10100 | 11111010 | 1001110 | 101101 |
Color Harmonies of #3619CC
Complementary color
Monochromatic Colors of #3619CC
Black with #3619CC
Text Example
Text Example
White with #3619CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3619CC; }
p { color: rgb(54,25,204); }
H1.HeaderClassName
{
color: #3619CC;
}
.AnyTagClassName
{
color: #3619CC;
}
</style>
background-color css
<style>
a { background-color: #3619CC; }
a { background-color: rgb(54,25,204); }
div.DivClassName
{
background-color: #3619CC;
}
.BgClassName
{
background-color: #3619CC;
}
</style>
border-color css
<style>
span { border-color: #3619CC; }
span { border-color: rgb(54,25,204); }
td.TdClassName
{
border-color: #3619CC;
}
.TagClassName
{
border-color: #3619CC;
}
</style>