Shades of Blue Gem #381AAA
Tints of Blue Gem #381AAA
RGB
CMYK
RGB Variations
Color information
#381AAA (or 0x381AAA) is known color: Blue Gem. HEX triplet: 38, 1A and AA. RGB value is (56,26,170). Sum of RGB (Red+Green+Blue) = 56+26+170=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #381AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381AAA is #C7E555. Grayscale: #323232. Windows color (decimal): -13100374 or 11147832. OLE color: 11147832.
HSL color Cylindrical-coordinate representation of color #381AAA: hue angle of 252.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381AAA is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 26 | 170 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.33 |
| HSL | 252.5º | 0.73% | 0.38% | - |
| HSV(B) | 252.5º | 0.85% | 0.67% | - |
| XYZ | 9.26 | 4.48 | 38.41 | - |
| YUV | 51.39 | 194.94 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 170 | 0.67 | 0.85 | 0 | 0.33 | 252.5 | 0.73 | 0.38 |
| Hex | 38 | 1A | AA | 43 | 55 | 0 | 21 | FD | 49 | 26 |
| Octal | 70 | 32 | 252 | 103 | 125 | 0 | 41 | 375 | 111 | 46 |
| Binary | 111000 | 11010 | 10101010 | 1000011 | 1010101 | 0 | 100001 | 11111101 | 1001001 | 100110 |
Color Harmonies of #381AAA
Complementary color
Monochromatic Colors of #381AAA
Black with #381AAA
Text Example
Text Example
White with #381AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381AAA; }
p { color: rgb(56,26,170); }
H1.HeaderClassName
{
color: #381AAA;
}
.AnyTagClassName
{
color: #381AAA;
}
</style>
background-color css
<style>
a { background-color: #381AAA; }
a { background-color: rgb(56,26,170); }
div.DivClassName
{
background-color: #381AAA;
}
.BgClassName
{
background-color: #381AAA;
}
</style>
border-color css
<style>
span { border-color: #381AAA; }
span { border-color: rgb(56,26,170); }
td.TdClassName
{
border-color: #381AAA;
}
.TagClassName
{
border-color: #381AAA;
}
</style>