Shades of Blue Chill #438B95
Tints of Blue Chill #438B95
RGB
CMYK
RGB Variations
Color information
#438B95 (or 0x438B95) is known color: Blue Chill. HEX triplet: 43, 8B and 95. RGB value is (67,139,149). Sum of RGB (Red+Green+Blue) = 67+139+149=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #438B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B95 is #BC746A. Grayscale: #767676. Windows color (decimal): -12350571 or 9800515. OLE color: 9800515.
HSL color Cylindrical-coordinate representation of color #438B95: hue angle of 187.32º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438B95 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 139 | 149 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.42 |
| HSL | 187.32º | 0.38% | 0.42% | - |
| HSV(B) | 187.32º | 0.55% | 0.58% | - |
| XYZ | 16.97 | 21.83 | 31.75 | - |
| YUV | 118.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 149 | 0.55 | 0.07 | 0 | 0.42 | 187.32 | 0.38 | 0.42 |
| Hex | 43 | 8B | 95 | 37 | 7 | 0 | 2A | BB | 26 | 2A |
| Octal | 103 | 213 | 225 | 67 | 7 | 0 | 52 | 273 | 46 | 52 |
| Binary | 1000011 | 10001011 | 10010101 | 110111 | 111 | 0 | 101010 | 10111011 | 100110 | 101010 |
Color Harmonies of #438B95
Complementary color
Monochromatic Colors of #438B95
Black with #438B95
Text Example
Text Example
White with #438B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B95; }
p { color: rgb(67,139,149); }
H1.HeaderClassName
{
color: #438B95;
}
.AnyTagClassName
{
color: #438B95;
}
</style>
background-color css
<style>
a { background-color: #438B95; }
a { background-color: rgb(67,139,149); }
div.DivClassName
{
background-color: #438B95;
}
.BgClassName
{
background-color: #438B95;
}
</style>
border-color css
<style>
span { border-color: #438B95; }
span { border-color: rgb(67,139,149); }
td.TdClassName
{
border-color: #438B95;
}
.TagClassName
{
border-color: #438B95;
}
</style>