Shades of Blue Gem #41349D
Tints of Blue Gem #41349D
RGB
CMYK
RGB Variations
Color information
#41349D (or 0x41349D) is known color: Blue Gem. HEX triplet: 41, 34 and 9D. RGB value is (65,52,157). Sum of RGB (Red+Green+Blue) = 65+52+157=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #41349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41349D is #BECB62. Grayscale: #434343. Windows color (decimal): -12503907 or 10302529. OLE color: 10302529.
HSL color Cylindrical-coordinate representation of color #41349D: hue angle of 247.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41349D is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 52 | 157 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.38 |
| HSL | 247.43º | 0.5% | 0.41% | - |
| HSV(B) | 247.43º | 0.67% | 0.62% | - |
| XYZ | 9.49 | 6.01 | 32.56 | - |
| YUV | 67.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 157 | 0.59 | 0.67 | 0 | 0.38 | 247.43 | 0.5 | 0.41 |
| Hex | 41 | 34 | 9D | 3B | 43 | 0 | 26 | F7 | 32 | 29 |
| Octal | 101 | 64 | 235 | 73 | 103 | 0 | 46 | 367 | 62 | 51 |
| Binary | 1000001 | 110100 | 10011101 | 111011 | 1000011 | 0 | 100110 | 11110111 | 110010 | 101001 |
Color Harmonies of #41349D
Complementary color
Monochromatic Colors of #41349D
Black with #41349D
Text Example
Text Example
White with #41349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41349D; }
p { color: rgb(65,52,157); }
H1.HeaderClassName
{
color: #41349D;
}
.AnyTagClassName
{
color: #41349D;
}
</style>
background-color css
<style>
a { background-color: #41349D; }
a { background-color: rgb(65,52,157); }
div.DivClassName
{
background-color: #41349D;
}
.BgClassName
{
background-color: #41349D;
}
</style>
border-color css
<style>
span { border-color: #41349D; }
span { border-color: rgb(65,52,157); }
td.TdClassName
{
border-color: #41349D;
}
.TagClassName
{
border-color: #41349D;
}
</style>