Shades of Blue Gem #41369D
Tints of Blue Gem #41369D
RGB
CMYK
RGB Variations
Color information
#41369D (or 0x41369D) is known color: Blue Gem. HEX triplet: 41, 36 and 9D. RGB value is (65,54,157). Sum of RGB (Red+Green+Blue) = 65+54+157=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #41369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41369D is #BEC962. Grayscale: #444444. Windows color (decimal): -12503395 or 10303041. OLE color: 10303041.
HSL color Cylindrical-coordinate representation of color #41369D: hue angle of 246.41º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41369D is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 54 | 157 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.38 |
| HSL | 246.41º | 0.49% | 0.41% | - |
| HSV(B) | 246.41º | 0.66% | 0.62% | - |
| XYZ | 9.58 | 6.2 | 32.59 | - |
| YUV | 69.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 157 | 0.59 | 0.66 | 0 | 0.38 | 246.41 | 0.49 | 0.41 |
| Hex | 41 | 36 | 9D | 3B | 42 | 0 | 26 | F6 | 31 | 29 |
| Octal | 101 | 66 | 235 | 73 | 102 | 0 | 46 | 366 | 61 | 51 |
| Binary | 1000001 | 110110 | 10011101 | 111011 | 1000010 | 0 | 100110 | 11110110 | 110001 | 101001 |
Color Harmonies of #41369D
Complementary color
Monochromatic Colors of #41369D
Black with #41369D
Text Example
Text Example
White with #41369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41369D; }
p { color: rgb(65,54,157); }
H1.HeaderClassName
{
color: #41369D;
}
.AnyTagClassName
{
color: #41369D;
}
</style>
background-color css
<style>
a { background-color: #41369D; }
a { background-color: rgb(65,54,157); }
div.DivClassName
{
background-color: #41369D;
}
.BgClassName
{
background-color: #41369D;
}
</style>
border-color css
<style>
span { border-color: #41369D; }
span { border-color: rgb(65,54,157); }
td.TdClassName
{
border-color: #41369D;
}
.TagClassName
{
border-color: #41369D;
}
</style>