Shades of Blue Gem #381EB0
Tints of Blue Gem #381EB0
RGB
CMYK
RGB Variations
Color information
#381EB0 (or 0x381EB0) is known color: Blue Gem. HEX triplet: 38, 1E and B0. RGB value is (56,30,176). Sum of RGB (Red+Green+Blue) = 56+30+176=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #381EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381EB0 is #C7E14F. Grayscale: #353535. Windows color (decimal): -13099344 or 11542072. OLE color: 11542072.
HSL color Cylindrical-coordinate representation of color #381EB0: hue angle of 250.68º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381EB0 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 30 | 176 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.31 |
| HSL | 250.68º | 0.71% | 0.4% | - |
| HSV(B) | 250.68º | 0.83% | 0.69% | - |
| XYZ | 9.93 | 4.9 | 41.5 | - |
| YUV | 54.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 176 | 0.68 | 0.83 | 0 | 0.31 | 250.68 | 0.71 | 0.4 |
| Hex | 38 | 1E | B0 | 44 | 53 | 0 | 1F | FB | 47 | 28 |
| Octal | 70 | 36 | 260 | 104 | 123 | 0 | 37 | 373 | 107 | 50 |
| Binary | 111000 | 11110 | 10110000 | 1000100 | 1010011 | 0 | 11111 | 11111011 | 1000111 | 101000 |
Color Harmonies of #381EB0
Complementary color
Monochromatic Colors of #381EB0
Black with #381EB0
Text Example
Text Example
White with #381EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381EB0; }
p { color: rgb(56,30,176); }
H1.HeaderClassName
{
color: #381EB0;
}
.AnyTagClassName
{
color: #381EB0;
}
</style>
background-color css
<style>
a { background-color: #381EB0; }
a { background-color: rgb(56,30,176); }
div.DivClassName
{
background-color: #381EB0;
}
.BgClassName
{
background-color: #381EB0;
}
</style>
border-color css
<style>
span { border-color: #381EB0; }
span { border-color: rgb(56,30,176); }
td.TdClassName
{
border-color: #381EB0;
}
.TagClassName
{
border-color: #381EB0;
}
</style>