Shades of Blue Gem #41379B
Tints of Blue Gem #41379B
RGB
CMYK
RGB Variations
Color information
#41379B (or 0x41379B) is known color: Blue Gem. HEX triplet: 41, 37 and 9B. RGB value is (65,55,155). Sum of RGB (Red+Green+Blue) = 65+55+155=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #41379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41379B is #BEC864. Grayscale: #454545. Windows color (decimal): -12503141 or 10172225. OLE color: 10172225.
HSL color Cylindrical-coordinate representation of color #41379B: hue angle of 246º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41379B is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 55 | 155 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.39 |
| HSL | 246º | 0.48% | 0.41% | - |
| HSV(B) | 246º | 0.65% | 0.61% | - |
| XYZ | 9.46 | 6.22 | 31.71 | - |
| YUV | 69.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 155 | 0.58 | 0.65 | 0 | 0.39 | 246 | 0.48 | 0.41 |
| Hex | 41 | 37 | 9B | 3A | 41 | 0 | 27 | F6 | 30 | 29 |
| Octal | 101 | 67 | 233 | 72 | 101 | 0 | 47 | 366 | 60 | 51 |
| Binary | 1000001 | 110111 | 10011011 | 111010 | 1000001 | 0 | 100111 | 11110110 | 110000 | 101001 |
Color Harmonies of #41379B
Complementary color
Monochromatic Colors of #41379B
Black with #41379B
Text Example
Text Example
White with #41379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41379B; }
p { color: rgb(65,55,155); }
H1.HeaderClassName
{
color: #41379B;
}
.AnyTagClassName
{
color: #41379B;
}
</style>
background-color css
<style>
a { background-color: #41379B; }
a { background-color: rgb(65,55,155); }
div.DivClassName
{
background-color: #41379B;
}
.BgClassName
{
background-color: #41379B;
}
</style>
border-color css
<style>
span { border-color: #41379B; }
span { border-color: rgb(65,55,155); }
td.TdClassName
{
border-color: #41379B;
}
.TagClassName
{
border-color: #41379B;
}
</style>