Shades of Blue Gem #41379D
Tints of Blue Gem #41379D
RGB
CMYK
RGB Variations
Color information
#41379D (or 0x41379D) is known color: Blue Gem. HEX triplet: 41, 37 and 9D. RGB value is (65,55,157). Sum of RGB (Red+Green+Blue) = 65+55+157=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #41379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41379D is #BEC862. Grayscale: #454545. Windows color (decimal): -12503139 or 10303297. OLE color: 10303297.
HSL color Cylindrical-coordinate representation of color #41379D: hue angle of 245.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41379D is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 55 | 157 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.38 |
| HSL | 245.88º | 0.48% | 0.42% | - |
| HSV(B) | 245.88º | 0.65% | 0.62% | - |
| XYZ | 9.63 | 6.29 | 32.6 | - |
| YUV | 69.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 157 | 0.59 | 0.65 | 0 | 0.38 | 245.88 | 0.48 | 0.42 |
| Hex | 41 | 37 | 9D | 3B | 41 | 0 | 26 | F6 | 30 | 2A |
| Octal | 101 | 67 | 235 | 73 | 101 | 0 | 46 | 366 | 60 | 52 |
| Binary | 1000001 | 110111 | 10011101 | 111011 | 1000001 | 0 | 100110 | 11110110 | 110000 | 101010 |
Color Harmonies of #41379D
Complementary color
Monochromatic Colors of #41379D
Black with #41379D
Text Example
Text Example
White with #41379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41379D; }
p { color: rgb(65,55,157); }
H1.HeaderClassName
{
color: #41379D;
}
.AnyTagClassName
{
color: #41379D;
}
</style>
background-color css
<style>
a { background-color: #41379D; }
a { background-color: rgb(65,55,157); }
div.DivClassName
{
background-color: #41379D;
}
.BgClassName
{
background-color: #41379D;
}
</style>
border-color css
<style>
span { border-color: #41379D; }
span { border-color: rgb(65,55,157); }
td.TdClassName
{
border-color: #41379D;
}
.TagClassName
{
border-color: #41379D;
}
</style>