Shades of Blue Chill #438A92
Tints of Blue Chill #438A92
RGB
CMYK
RGB Variations
Color information
#438A92 (or 0x438A92) is known color: Blue Chill. HEX triplet: 43, 8A and 92. RGB value is (67,138,146). Sum of RGB (Red+Green+Blue) = 67+138+146=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #438A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A92 is #BC756D. Grayscale: #757575. Windows color (decimal): -12350830 or 9603651. OLE color: 9603651.
HSL color Cylindrical-coordinate representation of color #438A92: hue angle of 186.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 #438A92 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 138 | 146 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.43 |
| HSL | 186.08º | 0.37% | 0.42% | - |
| HSV(B) | 186.08º | 0.54% | 0.57% | - |
| XYZ | 16.59 | 21.45 | 30.46 | - |
| YUV | 117.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 146 | 0.54 | 0.05 | 0 | 0.43 | 186.08 | 0.37 | 0.42 |
| Hex | 43 | 8A | 92 | 36 | 5 | 0 | 2B | BA | 25 | 2A |
| Octal | 103 | 212 | 222 | 66 | 5 | 0 | 53 | 272 | 45 | 52 |
| Binary | 1000011 | 10001010 | 10010010 | 110110 | 101 | 0 | 101011 | 10111010 | 100101 | 101010 |
Color Harmonies of #438A92
Complementary color
Monochromatic Colors of #438A92
Black with #438A92
Text Example
Text Example
White with #438A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A92; }
p { color: rgb(67,138,146); }
H1.HeaderClassName
{
color: #438A92;
}
.AnyTagClassName
{
color: #438A92;
}
</style>
background-color css
<style>
a { background-color: #438A92; }
a { background-color: rgb(67,138,146); }
div.DivClassName
{
background-color: #438A92;
}
.BgClassName
{
background-color: #438A92;
}
</style>
border-color css
<style>
span { border-color: #438A92; }
span { border-color: rgb(67,138,146); }
td.TdClassName
{
border-color: #438A92;
}
.TagClassName
{
border-color: #438A92;
}
</style>