Shades of Blue Gem #41389B
Tints of Blue Gem #41389B
RGB
CMYK
RGB Variations
Color information
#41389B (or 0x41389B) is known color: Blue Gem. HEX triplet: 41, 38 and 9B. RGB value is (65,56,155). Sum of RGB (Red+Green+Blue) = 65+56+155=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #41389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41389B is #BEC764. Grayscale: #454545. Windows color (decimal): -12502885 or 10172481. OLE color: 10172481.
HSL color Cylindrical-coordinate representation of color #41389B: hue angle of 245.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41389B is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 56 | 155 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.39 |
| HSL | 245.45º | 0.47% | 0.41% | - |
| HSV(B) | 245.45º | 0.64% | 0.61% | - |
| XYZ | 9.51 | 6.32 | 31.73 | - |
| YUV | 69.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 155 | 0.58 | 0.64 | 0 | 0.39 | 245.45 | 0.47 | 0.41 |
| Hex | 41 | 38 | 9B | 3A | 40 | 0 | 27 | F5 | 2F | 29 |
| Octal | 101 | 70 | 233 | 72 | 100 | 0 | 47 | 365 | 57 | 51 |
| Binary | 1000001 | 111000 | 10011011 | 111010 | 1000000 | 0 | 100111 | 11110101 | 101111 | 101001 |
Color Harmonies of #41389B
Complementary color
Monochromatic Colors of #41389B
Black with #41389B
Text Example
Text Example
White with #41389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41389B; }
p { color: rgb(65,56,155); }
H1.HeaderClassName
{
color: #41389B;
}
.AnyTagClassName
{
color: #41389B;
}
</style>
background-color css
<style>
a { background-color: #41389B; }
a { background-color: rgb(65,56,155); }
div.DivClassName
{
background-color: #41389B;
}
.BgClassName
{
background-color: #41389B;
}
</style>
border-color css
<style>
span { border-color: #41389B; }
span { border-color: rgb(65,56,155); }
td.TdClassName
{
border-color: #41389B;
}
.TagClassName
{
border-color: #41389B;
}
</style>