Shades of Blue Gem #3918AF
Tints of Blue Gem #3918AF
RGB
CMYK
RGB Variations
Color information
#3918AF (or 0x3918AF) is known color: Blue Gem. HEX triplet: 39, 18 and AF. RGB value is (57,24,175). Sum of RGB (Red+Green+Blue) = 57+24+175=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #3918AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3918AF is #C6E750. Grayscale: #323232. Windows color (decimal): -13035345 or 11475001. OLE color: 11475001.
HSL color Cylindrical-coordinate representation of color #3918AF: hue angle of 253.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3918AF is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 24 | 175 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.31 |
| HSL | 253.11º | 0.76% | 0.39% | - |
| HSV(B) | 253.11º | 0.86% | 0.69% | - |
| XYZ | 9.75 | 4.62 | 40.93 | - |
| YUV | 51.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 175 | 0.67 | 0.86 | 0 | 0.31 | 253.11 | 0.76 | 0.39 |
| Hex | 39 | 18 | AF | 43 | 56 | 0 | 1F | FD | 4C | 27 |
| Octal | 71 | 30 | 257 | 103 | 126 | 0 | 37 | 375 | 114 | 47 |
| Binary | 111001 | 11000 | 10101111 | 1000011 | 1010110 | 0 | 11111 | 11111101 | 1001100 | 100111 |
Color Harmonies of #3918AF
Complementary color
Monochromatic Colors of #3918AF
Black with #3918AF
Text Example
Text Example
White with #3918AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3918AF; }
p { color: rgb(57,24,175); }
H1.HeaderClassName
{
color: #3918AF;
}
.AnyTagClassName
{
color: #3918AF;
}
</style>
background-color css
<style>
a { background-color: #3918AF; }
a { background-color: rgb(57,24,175); }
div.DivClassName
{
background-color: #3918AF;
}
.BgClassName
{
background-color: #3918AF;
}
</style>
border-color css
<style>
span { border-color: #3918AF; }
span { border-color: rgb(57,24,175); }
td.TdClassName
{
border-color: #3918AF;
}
.TagClassName
{
border-color: #3918AF;
}
</style>