Shades of Blue Chill #41898D
Tints of Blue Chill #41898D
RGB
CMYK
RGB Variations
Color information
#41898D (or 0x41898D) is known color: Blue Chill. HEX triplet: 41, 89 and 8D. RGB value is (65,137,141). Sum of RGB (Red+Green+Blue) = 65+137+141=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #41898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41898D is #BE7672. Grayscale: #737373. Windows color (decimal): -12482163 or 9275713. OLE color: 9275713.
HSL color Cylindrical-coordinate representation of color #41898D: hue angle of 183.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41898D is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 137 | 141 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.45 |
| HSL | 183.16º | 0.37% | 0.4% | - |
| HSV(B) | 183.16º | 0.54% | 0.55% | - |
| XYZ | 15.93 | 20.94 | 28.4 | - |
| YUV | 115.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 141 | 0.54 | 0.03 | 0 | 0.45 | 183.16 | 0.37 | 0.4 |
| Hex | 41 | 89 | 8D | 36 | 3 | 0 | 2D | B7 | 25 | 28 |
| Octal | 101 | 211 | 215 | 66 | 3 | 0 | 55 | 267 | 45 | 50 |
| Binary | 1000001 | 10001001 | 10001101 | 110110 | 11 | 0 | 101101 | 10110111 | 100101 | 101000 |
Color Harmonies of #41898D
Complementary color
Monochromatic Colors of #41898D
Black with #41898D
Text Example
Text Example
White with #41898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41898D; }
p { color: rgb(65,137,141); }
H1.HeaderClassName
{
color: #41898D;
}
.AnyTagClassName
{
color: #41898D;
}
</style>
background-color css
<style>
a { background-color: #41898D; }
a { background-color: rgb(65,137,141); }
div.DivClassName
{
background-color: #41898D;
}
.BgClassName
{
background-color: #41898D;
}
</style>
border-color css
<style>
span { border-color: #41898D; }
span { border-color: rgb(65,137,141); }
td.TdClassName
{
border-color: #41898D;
}
.TagClassName
{
border-color: #41898D;
}
</style>