Shades of Persian Blue #3938AB
Tints of Persian Blue #3938AB
RGB
CMYK
RGB Variations
Color information
#3938AB (or 0x3938AB) is known color: Persian Blue. HEX triplet: 39, 38 and AB. RGB value is (57,56,171). Sum of RGB (Red+Green+Blue) = 57+56+171=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3938AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3938AB is #C6C754. Grayscale: #444444. Windows color (decimal): -13027157 or 11221049. OLE color: 11221049.
HSL color Cylindrical-coordinate representation of color #3938AB: hue angle of 240.52º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3938AB is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 56 | 171 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.33 |
| HSL | 240.52º | 0.51% | 0.45% | - |
| HSV(B) | 240.52º | 0.67% | 0.67% | - |
| XYZ | 10.45 | 6.64 | 39.26 | - |
| YUV | 69.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 171 | 0.67 | 0.67 | 0 | 0.33 | 240.52 | 0.51 | 0.45 |
| Hex | 39 | 38 | AB | 43 | 43 | 0 | 21 | F1 | 33 | 2D |
| Octal | 71 | 70 | 253 | 103 | 103 | 0 | 41 | 361 | 63 | 55 |
| Binary | 111001 | 111000 | 10101011 | 1000011 | 1000011 | 0 | 100001 | 11110001 | 110011 | 101101 |
Color Harmonies of #3938AB
Complementary color
Monochromatic Colors of #3938AB
Black with #3938AB
Text Example
Text Example
White with #3938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3938AB; }
p { color: rgb(57,56,171); }
H1.HeaderClassName
{
color: #3938AB;
}
.AnyTagClassName
{
color: #3938AB;
}
</style>
background-color css
<style>
a { background-color: #3938AB; }
a { background-color: rgb(57,56,171); }
div.DivClassName
{
background-color: #3938AB;
}
.BgClassName
{
background-color: #3938AB;
}
</style>
border-color css
<style>
span { border-color: #3938AB; }
span { border-color: rgb(57,56,171); }
td.TdClassName
{
border-color: #3938AB;
}
.TagClassName
{
border-color: #3938AB;
}
</style>