Shades of Persian Blue #3738AF
Tints of Persian Blue #3738AF
RGB
CMYK
RGB Variations
Color information
#3738AF (or 0x3738AF) is known color: Persian Blue. HEX triplet: 37, 38 and AF. RGB value is (55,56,175). Sum of RGB (Red+Green+Blue) = 55+56+175=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 56 (22.27% from 255 or 19.58% 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 #3738AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3738AF is #C8C750. Grayscale: #444444. Windows color (decimal): -13158225 or 11483191. OLE color: 11483191.
HSL color Cylindrical-coordinate representation of color #3738AF: hue angle of 239.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 #3738AF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 56 | 175 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.31 |
| HSL | 239.5º | 0.52% | 0.45% | - |
| HSV(B) | 239.5º | 0.69% | 0.69% | - |
| XYZ | 10.73 | 6.74 | 41.29 | - |
| YUV | 69.27 | 187.67 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 175 | 0.69 | 0.68 | 0 | 0.31 | 239.5 | 0.52 | 0.45 |
| Hex | 37 | 38 | AF | 45 | 44 | 0 | 1F | F0 | 34 | 2D |
| Octal | 67 | 70 | 257 | 105 | 104 | 0 | 37 | 360 | 64 | 55 |
| Binary | 110111 | 111000 | 10101111 | 1000101 | 1000100 | 0 | 11111 | 11110000 | 110100 | 101101 |
Color Harmonies of #3738AF
Complementary color
Monochromatic Colors of #3738AF
Black with #3738AF
Text Example
Text Example
White with #3738AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3738AF; }
p { color: rgb(55,56,175); }
H1.HeaderClassName
{
color: #3738AF;
}
.AnyTagClassName
{
color: #3738AF;
}
</style>
background-color css
<style>
a { background-color: #3738AF; }
a { background-color: rgb(55,56,175); }
div.DivClassName
{
background-color: #3738AF;
}
.BgClassName
{
background-color: #3738AF;
}
</style>
border-color css
<style>
span { border-color: #3738AF; }
span { border-color: rgb(55,56,175); }
td.TdClassName
{
border-color: #3738AF;
}
.TagClassName
{
border-color: #3738AF;
}
</style>