Shades of Persian Blue #3839BB
Tints of Persian Blue #3839BB
RGB
CMYK
RGB Variations
Color information
#3839BB (or 0x3839BB) is known color: Persian Blue. HEX triplet: 38, 39 and BB. RGB value is (56,57,187). Sum of RGB (Red+Green+Blue) = 56+57+187=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #3839BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3839BB is #C7C644. Grayscale: #474747. Windows color (decimal): -13092421 or 12269880. OLE color: 12269880.
HSL color Cylindrical-coordinate representation of color #3839BB: hue angle of 239.54º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3839BB is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 57 | 187 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.27 |
| HSL | 239.54º | 0.54% | 0.48% | - |
| HSV(B) | 239.54º | 0.7% | 0.73% | - |
| XYZ | 12.06 | 7.35 | 47.8 | - |
| YUV | 71.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 187 | 0.70 | 0.70 | 0 | 0.27 | 239.54 | 0.54 | 0.48 |
| Hex | 38 | 39 | BB | 46 | 46 | 0 | 1B | F0 | 36 | 30 |
| Octal | 70 | 71 | 273 | 106 | 106 | 0 | 33 | 360 | 66 | 60 |
| Binary | 111000 | 111001 | 10111011 | 1000110 | 1000110 | 0 | 11011 | 11110000 | 110110 | 110000 |
Color Harmonies of #3839BB
Complementary color
Monochromatic Colors of #3839BB
Black with #3839BB
Text Example
Text Example
White with #3839BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3839BB; }
p { color: rgb(56,57,187); }
H1.HeaderClassName
{
color: #3839BB;
}
.AnyTagClassName
{
color: #3839BB;
}
</style>
background-color css
<style>
a { background-color: #3839BB; }
a { background-color: rgb(56,57,187); }
div.DivClassName
{
background-color: #3839BB;
}
.BgClassName
{
background-color: #3839BB;
}
</style>
border-color css
<style>
span { border-color: #3839BB; }
span { border-color: rgb(56,57,187); }
td.TdClassName
{
border-color: #3839BB;
}
.TagClassName
{
border-color: #3839BB;
}
</style>