Shades of Blue Chill #41938D
Tints of Blue Chill #41938D
RGB
CMYK
RGB Variations
Color information
#41938D (or 0x41938D) is known color: Blue Chill. HEX triplet: 41, 93 and 8D. RGB value is (65,147,141). Sum of RGB (Red+Green+Blue) = 65+147+141=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #41938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41938D is #BE6C72. Grayscale: #797979. Windows color (decimal): -12479603 or 9278273. OLE color: 9278273.
HSL color Cylindrical-coordinate representation of color #41938D: hue angle of 175.61º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41938D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 141 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.42 |
| HSL | 175.61º | 0.39% | 0.42% | - |
| HSV(B) | 175.61º | 0.56% | 0.58% | - |
| XYZ | 17.42 | 23.91 | 28.9 | - |
| YUV | 121.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 141 | 0.56 | 0 | 0.04 | 0.42 | 175.61 | 0.39 | 0.42 |
| Hex | 41 | 93 | 8D | 38 | 0 | 4 | 2A | B0 | 27 | 2A |
| Octal | 101 | 223 | 215 | 70 | 0 | 4 | 52 | 260 | 47 | 52 |
| Binary | 1000001 | 10010011 | 10001101 | 111000 | 0 | 100 | 101010 | 10110000 | 100111 | 101010 |
Color Harmonies of #41938D
Complementary color
Monochromatic Colors of #41938D
Black with #41938D
Text Example
Text Example
White with #41938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41938D; }
p { color: rgb(65,147,141); }
H1.HeaderClassName
{
color: #41938D;
}
.AnyTagClassName
{
color: #41938D;
}
</style>
background-color css
<style>
a { background-color: #41938D; }
a { background-color: rgb(65,147,141); }
div.DivClassName
{
background-color: #41938D;
}
.BgClassName
{
background-color: #41938D;
}
</style>
border-color css
<style>
span { border-color: #41938D; }
span { border-color: rgb(65,147,141); }
td.TdClassName
{
border-color: #41938D;
}
.TagClassName
{
border-color: #41938D;
}
</style>