Shades of Blue Gem #3A38AB
Tints of Blue Gem #3A38AB
RGB
CMYK
RGB Variations
Color information
#3A38AB (or 0x3A38AB) is known color: Blue Gem. HEX triplet: 3A, 38 and AB. RGB value is (58,56,171). Sum of RGB (Red+Green+Blue) = 58+56+171=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A38AB is #C5C754. Grayscale: #454545. Windows color (decimal): -12961621 or 11221050. OLE color: 11221050.
HSL color Cylindrical-coordinate representation of color #3A38AB: hue angle of 241.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A38AB is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 56 | 171 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.33 |
| HSL | 241.04º | 0.51% | 0.45% | - |
| HSV(B) | 241.04º | 0.67% | 0.67% | - |
| XYZ | 10.51 | 6.67 | 39.26 | - |
| YUV | 69.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 171 | 0.66 | 0.67 | 0 | 0.33 | 241.04 | 0.51 | 0.45 |
| Hex | 3A | 38 | AB | 42 | 43 | 0 | 21 | F1 | 33 | 2D |
| Octal | 72 | 70 | 253 | 102 | 103 | 0 | 41 | 361 | 63 | 55 |
| Binary | 111010 | 111000 | 10101011 | 1000010 | 1000011 | 0 | 100001 | 11110001 | 110011 | 101101 |
Color Harmonies of #3A38AB
Complementary color
Monochromatic Colors of #3A38AB
Black with #3A38AB
Text Example
Text Example
White with #3A38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A38AB; }
p { color: rgb(58,56,171); }
H1.HeaderClassName
{
color: #3A38AB;
}
.AnyTagClassName
{
color: #3A38AB;
}
</style>
background-color css
<style>
a { background-color: #3A38AB; }
a { background-color: rgb(58,56,171); }
div.DivClassName
{
background-color: #3A38AB;
}
.BgClassName
{
background-color: #3A38AB;
}
</style>
border-color css
<style>
span { border-color: #3A38AB; }
span { border-color: rgb(58,56,171); }
td.TdClassName
{
border-color: #3A38AB;
}
.TagClassName
{
border-color: #3A38AB;
}
</style>