Shades of Blue Gem #41379C
Tints of Blue Gem #41379C
RGB
CMYK
RGB Variations
Color information
#41379C (or 0x41379C) is known color: Blue Gem. HEX triplet: 41, 37 and 9C. RGB value is (65,55,156). Sum of RGB (Red+Green+Blue) = 65+55+156=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #41379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41379C is #BEC863. Grayscale: #454545. Windows color (decimal): -12503140 or 10237761. OLE color: 10237761.
HSL color Cylindrical-coordinate representation of color #41379C: hue angle of 245.94º 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 #41379C is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 55 | 156 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.39 |
| HSL | 245.94º | 0.48% | 0.41% | - |
| HSV(B) | 245.94º | 0.65% | 0.61% | - |
| XYZ | 9.55 | 6.26 | 32.16 | - |
| YUV | 69.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 156 | 0.58 | 0.65 | 0 | 0.39 | 245.94 | 0.48 | 0.41 |
| Hex | 41 | 37 | 9C | 3A | 41 | 0 | 27 | F6 | 30 | 29 |
| Octal | 101 | 67 | 234 | 72 | 101 | 0 | 47 | 366 | 60 | 51 |
| Binary | 1000001 | 110111 | 10011100 | 111010 | 1000001 | 0 | 100111 | 11110110 | 110000 | 101001 |
Color Harmonies of #41379C
Complementary color
Monochromatic Colors of #41379C
Black with #41379C
Text Example
Text Example
White with #41379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41379C; }
p { color: rgb(65,55,156); }
H1.HeaderClassName
{
color: #41379C;
}
.AnyTagClassName
{
color: #41379C;
}
</style>
background-color css
<style>
a { background-color: #41379C; }
a { background-color: rgb(65,55,156); }
div.DivClassName
{
background-color: #41379C;
}
.BgClassName
{
background-color: #41379C;
}
</style>
border-color css
<style>
span { border-color: #41379C; }
span { border-color: rgb(65,55,156); }
td.TdClassName
{
border-color: #41379C;
}
.TagClassName
{
border-color: #41379C;
}
</style>