Shades of Blue Gem #381CAB
Tints of Blue Gem #381CAB
RGB
CMYK
RGB Variations
Color information
#381CAB (or 0x381CAB) is known color: Blue Gem. HEX triplet: 38, 1C and AB. RGB value is (56,28,171). Sum of RGB (Red+Green+Blue) = 56+28+171=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #381CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381CAB is #C7E354. Grayscale: #343434. Windows color (decimal): -13099861 or 11213880. OLE color: 11213880.
HSL color Cylindrical-coordinate representation of color #381CAB: hue angle of 251.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381CAB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 28 | 171 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.33 |
| HSL | 251.75º | 0.72% | 0.39% | - |
| HSV(B) | 251.75º | 0.84% | 0.67% | - |
| XYZ | 9.4 | 4.61 | 38.92 | - |
| YUV | 52.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 171 | 0.67 | 0.84 | 0 | 0.33 | 251.75 | 0.72 | 0.39 |
| Hex | 38 | 1C | AB | 43 | 54 | 0 | 21 | FC | 48 | 27 |
| Octal | 70 | 34 | 253 | 103 | 124 | 0 | 41 | 374 | 110 | 47 |
| Binary | 111000 | 11100 | 10101011 | 1000011 | 1010100 | 0 | 100001 | 11111100 | 1001000 | 100111 |
Color Harmonies of #381CAB
Complementary color
Monochromatic Colors of #381CAB
Black with #381CAB
Text Example
Text Example
White with #381CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381CAB; }
p { color: rgb(56,28,171); }
H1.HeaderClassName
{
color: #381CAB;
}
.AnyTagClassName
{
color: #381CAB;
}
</style>
background-color css
<style>
a { background-color: #381CAB; }
a { background-color: rgb(56,28,171); }
div.DivClassName
{
background-color: #381CAB;
}
.BgClassName
{
background-color: #381CAB;
}
</style>
border-color css
<style>
span { border-color: #381CAB; }
span { border-color: rgb(56,28,171); }
td.TdClassName
{
border-color: #381CAB;
}
.TagClassName
{
border-color: #381CAB;
}
</style>