Shades of Persian Blue #3938BA
Tints of Persian Blue #3938BA
RGB
CMYK
RGB Variations
Color information
#3938BA (or 0x3938BA) is known color: Persian Blue. HEX triplet: 39, 38 and BA. RGB value is (57,56,186). Sum of RGB (Red+Green+Blue) = 57+56+186=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3938BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3938BA is #C6C745. Grayscale: #464646. Windows color (decimal): -13027142 or 12204089. OLE color: 12204089.
HSL color Cylindrical-coordinate representation of color #3938BA: hue angle of 240.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3938BA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 56 | 186 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.27 |
| HSL | 240.46º | 0.54% | 0.47% | - |
| HSV(B) | 240.46º | 0.7% | 0.73% | - |
| XYZ | 11.96 | 7.24 | 47.22 | - |
| YUV | 71.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 186 | 0.69 | 0.70 | 0 | 0.27 | 240.46 | 0.54 | 0.47 |
| Hex | 39 | 38 | BA | 45 | 46 | 0 | 1B | F0 | 36 | 2F |
| Octal | 71 | 70 | 272 | 105 | 106 | 0 | 33 | 360 | 66 | 57 |
| Binary | 111001 | 111000 | 10111010 | 1000101 | 1000110 | 0 | 11011 | 11110000 | 110110 | 101111 |
Color Harmonies of #3938BA
Complementary color
Monochromatic Colors of #3938BA
Black with #3938BA
Text Example
Text Example
White with #3938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3938BA; }
p { color: rgb(57,56,186); }
H1.HeaderClassName
{
color: #3938BA;
}
.AnyTagClassName
{
color: #3938BA;
}
</style>
background-color css
<style>
a { background-color: #3938BA; }
a { background-color: rgb(57,56,186); }
div.DivClassName
{
background-color: #3938BA;
}
.BgClassName
{
background-color: #3938BA;
}
</style>
border-color css
<style>
span { border-color: #3938BA; }
span { border-color: rgb(57,56,186); }
td.TdClassName
{
border-color: #3938BA;
}
.TagClassName
{
border-color: #3938BA;
}
</style>