Shades of Persian Blue #3837AF
Tints of Persian Blue #3837AF
RGB
CMYK
RGB Variations
Color information
#3837AF (or 0x3837AF) is known color: Persian Blue. HEX triplet: 38, 37 and AF. RGB value is (56,55,175). Sum of RGB (Red+Green+Blue) = 56+55+175=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #3837AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3837AF is #C7C850. Grayscale: #444444. Windows color (decimal): -13092945 or 11482936. OLE color: 11482936.
HSL color Cylindrical-coordinate representation of color #3837AF: hue angle of 240.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3837AF is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 55 | 175 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.31 |
| HSL | 240.5º | 0.52% | 0.45% | - |
| HSV(B) | 240.5º | 0.69% | 0.69% | - |
| XYZ | 10.73 | 6.67 | 41.28 | - |
| YUV | 68.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 175 | 0.68 | 0.69 | 0 | 0.31 | 240.5 | 0.52 | 0.45 |
| Hex | 38 | 37 | AF | 44 | 45 | 0 | 1F | F0 | 34 | 2D |
| Octal | 70 | 67 | 257 | 104 | 105 | 0 | 37 | 360 | 64 | 55 |
| Binary | 111000 | 110111 | 10101111 | 1000100 | 1000101 | 0 | 11111 | 11110000 | 110100 | 101101 |
Color Harmonies of #3837AF
Complementary color
Monochromatic Colors of #3837AF
Black with #3837AF
Text Example
Text Example
White with #3837AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3837AF; }
p { color: rgb(56,55,175); }
H1.HeaderClassName
{
color: #3837AF;
}
.AnyTagClassName
{
color: #3837AF;
}
</style>
background-color css
<style>
a { background-color: #3837AF; }
a { background-color: rgb(56,55,175); }
div.DivClassName
{
background-color: #3837AF;
}
.BgClassName
{
background-color: #3837AF;
}
</style>
border-color css
<style>
span { border-color: #3837AF; }
span { border-color: rgb(56,55,175); }
td.TdClassName
{
border-color: #3837AF;
}
.TagClassName
{
border-color: #3837AF;
}
</style>