Shades of Blue Gem #41399C
Tints of Blue Gem #41399C
RGB
CMYK
RGB Variations
Color information
#41399C (or 0x41399C) is known color: Blue Gem. HEX triplet: 41, 39 and 9C. RGB value is (65,57,156). Sum of RGB (Red+Green+Blue) = 65+57+156=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #41399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41399C is #BEC663. Grayscale: #464646. Windows color (decimal): -12502628 or 10238273. OLE color: 10238273.
HSL color Cylindrical-coordinate representation of color #41399C: hue angle of 244.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41399C is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 57 | 156 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.39 |
| HSL | 244.85º | 0.46% | 0.42% | - |
| HSV(B) | 244.85º | 0.63% | 0.61% | - |
| XYZ | 9.64 | 6.45 | 32.19 | - |
| YUV | 70.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 156 | 0.58 | 0.63 | 0 | 0.39 | 244.85 | 0.46 | 0.42 |
| Hex | 41 | 39 | 9C | 3A | 3F | 0 | 27 | F5 | 2E | 2A |
| Octal | 101 | 71 | 234 | 72 | 77 | 0 | 47 | 365 | 56 | 52 |
| Binary | 1000001 | 111001 | 10011100 | 111010 | 111111 | 0 | 100111 | 11110101 | 101110 | 101010 |
Color Harmonies of #41399C
Complementary color
Monochromatic Colors of #41399C
Black with #41399C
Text Example
Text Example
White with #41399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41399C; }
p { color: rgb(65,57,156); }
H1.HeaderClassName
{
color: #41399C;
}
.AnyTagClassName
{
color: #41399C;
}
</style>
background-color css
<style>
a { background-color: #41399C; }
a { background-color: rgb(65,57,156); }
div.DivClassName
{
background-color: #41399C;
}
.BgClassName
{
background-color: #41399C;
}
</style>
border-color css
<style>
span { border-color: #41399C; }
span { border-color: rgb(65,57,156); }
td.TdClassName
{
border-color: #41399C;
}
.TagClassName
{
border-color: #41399C;
}
</style>