Shades of Blue Gem #3934AB
Tints of Blue Gem #3934AB
RGB
CMYK
RGB Variations
Color information
#3934AB (or 0x3934AB) is known color: Blue Gem. HEX triplet: 39, 34 and AB. RGB value is (57,52,171). Sum of RGB (Red+Green+Blue) = 57+52+171=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3934AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3934AB is #C6CB54. Grayscale: #424242. Windows color (decimal): -13028181 or 11220025. OLE color: 11220025.
HSL color Cylindrical-coordinate representation of color #3934AB: hue angle of 242.52º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3934AB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 52 | 171 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.33 |
| HSL | 242.52º | 0.53% | 0.44% | - |
| HSV(B) | 242.52º | 0.7% | 0.67% | - |
| XYZ | 10.27 | 6.27 | 39.2 | - |
| YUV | 67.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 171 | 0.67 | 0.70 | 0 | 0.33 | 242.52 | 0.53 | 0.44 |
| Hex | 39 | 34 | AB | 43 | 46 | 0 | 21 | F3 | 35 | 2C |
| Octal | 71 | 64 | 253 | 103 | 106 | 0 | 41 | 363 | 65 | 54 |
| Binary | 111001 | 110100 | 10101011 | 1000011 | 1000110 | 0 | 100001 | 11110011 | 110101 | 101100 |
Color Harmonies of #3934AB
Complementary color
Monochromatic Colors of #3934AB
Black with #3934AB
Text Example
Text Example
White with #3934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3934AB; }
p { color: rgb(57,52,171); }
H1.HeaderClassName
{
color: #3934AB;
}
.AnyTagClassName
{
color: #3934AB;
}
</style>
background-color css
<style>
a { background-color: #3934AB; }
a { background-color: rgb(57,52,171); }
div.DivClassName
{
background-color: #3934AB;
}
.BgClassName
{
background-color: #3934AB;
}
</style>
border-color css
<style>
span { border-color: #3934AB; }
span { border-color: rgb(57,52,171); }
td.TdClassName
{
border-color: #3934AB;
}
.TagClassName
{
border-color: #3934AB;
}
</style>