Shades of Blue Chill #41938F
Tints of Blue Chill #41938F
RGB
CMYK
RGB Variations
Color information
#41938F (or 0x41938F) is known color: Blue Chill. HEX triplet: 41, 93 and 8F. RGB value is (65,147,143). Sum of RGB (Red+Green+Blue) = 65+147+143=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #41938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41938F is #BE6C70. Grayscale: #797979. Windows color (decimal): -12479601 or 9409345. OLE color: 9409345.
HSL color Cylindrical-coordinate representation of color #41938F: hue angle of 177.07º 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 #41938F is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 143 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.42 |
| HSL | 177.07º | 0.39% | 0.42% | - |
| HSV(B) | 177.07º | 0.56% | 0.58% | - |
| XYZ | 17.57 | 23.97 | 29.69 | - |
| YUV | 122.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 143 | 0.56 | 0 | 0.03 | 0.42 | 177.07 | 0.39 | 0.42 |
| Hex | 41 | 93 | 8F | 38 | 0 | 3 | 2A | B1 | 27 | 2A |
| Octal | 101 | 223 | 217 | 70 | 0 | 3 | 52 | 261 | 47 | 52 |
| Binary | 1000001 | 10010011 | 10001111 | 111000 | 0 | 11 | 101010 | 10110001 | 100111 | 101010 |
Color Harmonies of #41938F
Complementary color
Monochromatic Colors of #41938F
Black with #41938F
Text Example
Text Example
White with #41938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41938F; }
p { color: rgb(65,147,143); }
H1.HeaderClassName
{
color: #41938F;
}
.AnyTagClassName
{
color: #41938F;
}
</style>
background-color css
<style>
a { background-color: #41938F; }
a { background-color: rgb(65,147,143); }
div.DivClassName
{
background-color: #41938F;
}
.BgClassName
{
background-color: #41938F;
}
</style>
border-color css
<style>
span { border-color: #41938F; }
span { border-color: rgb(65,147,143); }
td.TdClassName
{
border-color: #41938F;
}
.TagClassName
{
border-color: #41938F;
}
</style>