Shades of Blue Gem #3A38AA
Tints of Blue Gem #3A38AA
RGB
CMYK
RGB Variations
Color information
#3A38AA (or 0x3A38AA) is known color: Blue Gem. HEX triplet: 3A, 38 and AA. RGB value is (58,56,170). Sum of RGB (Red+Green+Blue) = 58+56+170=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A38AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A38AA is #C5C755. Grayscale: #454545. Windows color (decimal): -12961622 or 11155514. OLE color: 11155514.
HSL color Cylindrical-coordinate representation of color #3A38AA: hue angle of 241.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A38AA is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 56 | 170 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.33 |
| HSL | 241.05º | 0.5% | 0.44% | - |
| HSV(B) | 241.05º | 0.67% | 0.67% | - |
| XYZ | 10.41 | 6.63 | 38.76 | - |
| YUV | 69.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 170 | 0.66 | 0.67 | 0 | 0.33 | 241.05 | 0.5 | 0.44 |
| Hex | 3A | 38 | AA | 42 | 43 | 0 | 21 | F1 | 32 | 2C |
| Octal | 72 | 70 | 252 | 102 | 103 | 0 | 41 | 361 | 62 | 54 |
| Binary | 111010 | 111000 | 10101010 | 1000010 | 1000011 | 0 | 100001 | 11110001 | 110010 | 101100 |
Color Harmonies of #3A38AA
Complementary color
Monochromatic Colors of #3A38AA
Black with #3A38AA
Text Example
Text Example
White with #3A38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A38AA; }
p { color: rgb(58,56,170); }
H1.HeaderClassName
{
color: #3A38AA;
}
.AnyTagClassName
{
color: #3A38AA;
}
</style>
background-color css
<style>
a { background-color: #3A38AA; }
a { background-color: rgb(58,56,170); }
div.DivClassName
{
background-color: #3A38AA;
}
.BgClassName
{
background-color: #3A38AA;
}
</style>
border-color css
<style>
span { border-color: #3A38AA; }
span { border-color: rgb(58,56,170); }
td.TdClassName
{
border-color: #3A38AA;
}
.TagClassName
{
border-color: #3A38AA;
}
</style>