Shades of Persian Blue #393CB4
Tints of Persian Blue #393CB4
RGB
CMYK
RGB Variations
Color information
#393CB4 (or 0x393CB4) is known color: Persian Blue. HEX triplet: 39, 3C and B4. RGB value is (57,60,180). Sum of RGB (Red+Green+Blue) = 57+60+180=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #393CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CB4 is #C6C34B. Grayscale: #484848. Windows color (decimal): -13026124 or 11811897. OLE color: 11811897.
HSL color Cylindrical-coordinate representation of color #393CB4: hue angle of 238.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393CB4 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 60 | 180 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.29 |
| HSL | 238.54º | 0.52% | 0.46% | - |
| HSV(B) | 238.54º | 0.68% | 0.71% | - |
| XYZ | 11.54 | 7.4 | 44 | - |
| YUV | 72.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 180 | 0.68 | 0.67 | 0 | 0.29 | 238.54 | 0.52 | 0.46 |
| Hex | 39 | 3C | B4 | 44 | 43 | 0 | 1D | EF | 34 | 2E |
| Octal | 71 | 74 | 264 | 104 | 103 | 0 | 35 | 357 | 64 | 56 |
| Binary | 111001 | 111100 | 10110100 | 1000100 | 1000011 | 0 | 11101 | 11101111 | 110100 | 101110 |
Color Harmonies of #393CB4
Complementary color
Monochromatic Colors of #393CB4
Black with #393CB4
Text Example
Text Example
White with #393CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CB4; }
p { color: rgb(57,60,180); }
H1.HeaderClassName
{
color: #393CB4;
}
.AnyTagClassName
{
color: #393CB4;
}
</style>
background-color css
<style>
a { background-color: #393CB4; }
a { background-color: rgb(57,60,180); }
div.DivClassName
{
background-color: #393CB4;
}
.BgClassName
{
background-color: #393CB4;
}
</style>
border-color css
<style>
span { border-color: #393CB4; }
span { border-color: rgb(57,60,180); }
td.TdClassName
{
border-color: #393CB4;
}
.TagClassName
{
border-color: #393CB4;
}
</style>