Shades of Blue Chill #41858F
Tints of Blue Chill #41858F
RGB
CMYK
RGB Variations
Color information
#41858F (or 0x41858F) is known color: Blue Chill. HEX triplet: 41, 85 and 8F. RGB value is (65,133,143). Sum of RGB (Red+Green+Blue) = 65+133+143=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 143 - color contains mainly: blue. Hex color #41858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41858F is #BE7A70. Grayscale: #717171. Windows color (decimal): -12483185 or 9405761. OLE color: 9405761.
HSL color Cylindrical-coordinate representation of color #41858F: hue angle of 187.69º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41858F is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 133 | 143 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.44 |
| HSL | 187.69º | 0.38% | 0.41% | - |
| HSV(B) | 187.69º | 0.55% | 0.56% | - |
| XYZ | 15.53 | 19.88 | 29.01 | - |
| YUV | 113.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 143 | 0.55 | 0.07 | 0 | 0.44 | 187.69 | 0.38 | 0.41 |
| Hex | 41 | 85 | 8F | 37 | 7 | 0 | 2C | BC | 26 | 29 |
| Octal | 101 | 205 | 217 | 67 | 7 | 0 | 54 | 274 | 46 | 51 |
| Binary | 1000001 | 10000101 | 10001111 | 110111 | 111 | 0 | 101100 | 10111100 | 100110 | 101001 |
Color Harmonies of #41858F
Complementary color
Monochromatic Colors of #41858F
Black with #41858F
Text Example
Text Example
White with #41858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41858F; }
p { color: rgb(65,133,143); }
H1.HeaderClassName
{
color: #41858F;
}
.AnyTagClassName
{
color: #41858F;
}
</style>
background-color css
<style>
a { background-color: #41858F; }
a { background-color: rgb(65,133,143); }
div.DivClassName
{
background-color: #41858F;
}
.BgClassName
{
background-color: #41858F;
}
</style>
border-color css
<style>
span { border-color: #41858F; }
span { border-color: rgb(65,133,143); }
td.TdClassName
{
border-color: #41858F;
}
.TagClassName
{
border-color: #41858F;
}
</style>