Shades of Blue Gem #3934AA
Tints of Blue Gem #3934AA
RGB
CMYK
RGB Variations
Color information
#3934AA (or 0x3934AA) is known color: Blue Gem. HEX triplet: 39, 34 and AA. RGB value is (57,52,170). Sum of RGB (Red+Green+Blue) = 57+52+170=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3934AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3934AA is #C6CB55. Grayscale: #424242. Windows color (decimal): -13028182 or 11154489. OLE color: 11154489.
HSL color Cylindrical-coordinate representation of color #3934AA: hue angle of 242.54º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3934AA is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 52 | 170 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.33 |
| HSL | 242.54º | 0.53% | 0.44% | - |
| HSV(B) | 242.54º | 0.69% | 0.67% | - |
| XYZ | 10.17 | 6.23 | 38.7 | - |
| YUV | 66.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 170 | 0.66 | 0.69 | 0 | 0.33 | 242.54 | 0.53 | 0.44 |
| Hex | 39 | 34 | AA | 42 | 45 | 0 | 21 | F3 | 35 | 2C |
| Octal | 71 | 64 | 252 | 102 | 105 | 0 | 41 | 363 | 65 | 54 |
| Binary | 111001 | 110100 | 10101010 | 1000010 | 1000101 | 0 | 100001 | 11110011 | 110101 | 101100 |
Color Harmonies of #3934AA
Complementary color
Monochromatic Colors of #3934AA
Black with #3934AA
Text Example
Text Example
White with #3934AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3934AA; }
p { color: rgb(57,52,170); }
H1.HeaderClassName
{
color: #3934AA;
}
.AnyTagClassName
{
color: #3934AA;
}
</style>
background-color css
<style>
a { background-color: #3934AA; }
a { background-color: rgb(57,52,170); }
div.DivClassName
{
background-color: #3934AA;
}
.BgClassName
{
background-color: #3934AA;
}
</style>
border-color css
<style>
span { border-color: #3934AA; }
span { border-color: rgb(57,52,170); }
td.TdClassName
{
border-color: #3934AA;
}
.TagClassName
{
border-color: #3934AA;
}
</style>