Shades of Blue Chill #438D91
Tints of Blue Chill #438D91
RGB
CMYK
RGB Variations
Color information
#438D91 (or 0x438D91) is known color: Blue Chill. HEX triplet: 43, 8D and 91. RGB value is (67,141,145). Sum of RGB (Red+Green+Blue) = 67+141+145=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #438D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438D91 is #BC726E. Grayscale: #777777. Windows color (decimal): -12350063 or 9538883. OLE color: 9538883.
HSL color Cylindrical-coordinate representation of color #438D91: hue angle of 183.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438D91 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 141 | 145 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.43 |
| HSL | 183.08º | 0.37% | 0.42% | - |
| HSV(B) | 183.08º | 0.54% | 0.57% | - |
| XYZ | 16.95 | 22.29 | 30.2 | - |
| YUV | 119.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 145 | 0.54 | 0.03 | 0 | 0.43 | 183.08 | 0.37 | 0.42 |
| Hex | 43 | 8D | 91 | 36 | 3 | 0 | 2B | B7 | 25 | 2A |
| Octal | 103 | 215 | 221 | 66 | 3 | 0 | 53 | 267 | 45 | 52 |
| Binary | 1000011 | 10001101 | 10010001 | 110110 | 11 | 0 | 101011 | 10110111 | 100101 | 101010 |
Color Harmonies of #438D91
Complementary color
Monochromatic Colors of #438D91
Black with #438D91
Text Example
Text Example
White with #438D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D91; }
p { color: rgb(67,141,145); }
H1.HeaderClassName
{
color: #438D91;
}
.AnyTagClassName
{
color: #438D91;
}
</style>
background-color css
<style>
a { background-color: #438D91; }
a { background-color: rgb(67,141,145); }
div.DivClassName
{
background-color: #438D91;
}
.BgClassName
{
background-color: #438D91;
}
</style>
border-color css
<style>
span { border-color: #438D91; }
span { border-color: rgb(67,141,145); }
td.TdClassName
{
border-color: #438D91;
}
.TagClassName
{
border-color: #438D91;
}
</style>