Shades of Blue Chill #419298
Tints of Blue Chill #419298
RGB
CMYK
RGB Variations
Color information
#419298 (or 0x419298) is known color: Blue Chill. HEX triplet: 41, 92 and 98. RGB value is (65,146,152). Sum of RGB (Red+Green+Blue) = 65+146+152=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #419298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419298 is #BE6D67. Grayscale: #7A7A7A. Windows color (decimal): -12479848 or 9998913. OLE color: 9998913.
HSL color Cylindrical-coordinate representation of color #419298: hue angle of 184.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419298 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 146 | 152 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.40 |
| HSL | 184.14º | 0.4% | 0.43% | - |
| HSV(B) | 184.14º | 0.57% | 0.6% | - |
| XYZ | 18.13 | 23.95 | 33.37 | - |
| YUV | 122.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 152 | 0.57 | 0.04 | 0 | 0.40 | 184.14 | 0.4 | 0.43 |
| Hex | 41 | 92 | 98 | 39 | 4 | 0 | 28 | B8 | 28 | 2B |
| Octal | 101 | 222 | 230 | 71 | 4 | 0 | 50 | 270 | 50 | 53 |
| Binary | 1000001 | 10010010 | 10011000 | 111001 | 100 | 0 | 101000 | 10111000 | 101000 | 101011 |
Color Harmonies of #419298
Complementary color
Monochromatic Colors of #419298
Black with #419298
Text Example
Text Example
White with #419298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419298; }
p { color: rgb(65,146,152); }
H1.HeaderClassName
{
color: #419298;
}
.AnyTagClassName
{
color: #419298;
}
</style>
background-color css
<style>
a { background-color: #419298; }
a { background-color: rgb(65,146,152); }
div.DivClassName
{
background-color: #419298;
}
.BgClassName
{
background-color: #419298;
}
</style>
border-color css
<style>
span { border-color: #419298; }
span { border-color: rgb(65,146,152); }
td.TdClassName
{
border-color: #419298;
}
.TagClassName
{
border-color: #419298;
}
</style>