Shades of Blue Chill #438D93
Tints of Blue Chill #438D93
RGB
CMYK
RGB Variations
Color information
#438D93 (or 0x438D93) is known color: Blue Chill. HEX triplet: 43, 8D and 93. RGB value is (67,141,147). Sum of RGB (Red+Green+Blue) = 67+141+147=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #438D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438D93 is #BC726C. Grayscale: #777777. Windows color (decimal): -12350061 or 9669955. OLE color: 9669955.
HSL color Cylindrical-coordinate representation of color #438D93: hue angle of 184.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438D93 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 141 | 147 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.42 |
| HSL | 184.5º | 0.37% | 0.42% | - |
| HSV(B) | 184.5º | 0.54% | 0.58% | - |
| XYZ | 17.11 | 22.35 | 31.02 | - |
| YUV | 119.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 147 | 0.54 | 0.04 | 0 | 0.42 | 184.5 | 0.37 | 0.42 |
| Hex | 43 | 8D | 93 | 36 | 4 | 0 | 2A | B8 | 25 | 2A |
| Octal | 103 | 215 | 223 | 66 | 4 | 0 | 52 | 270 | 45 | 52 |
| Binary | 1000011 | 10001101 | 10010011 | 110110 | 100 | 0 | 101010 | 10111000 | 100101 | 101010 |
Color Harmonies of #438D93
Complementary color
Monochromatic Colors of #438D93
Black with #438D93
Text Example
Text Example
White with #438D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D93; }
p { color: rgb(67,141,147); }
H1.HeaderClassName
{
color: #438D93;
}
.AnyTagClassName
{
color: #438D93;
}
</style>
background-color css
<style>
a { background-color: #438D93; }
a { background-color: rgb(67,141,147); }
div.DivClassName
{
background-color: #438D93;
}
.BgClassName
{
background-color: #438D93;
}
</style>
border-color css
<style>
span { border-color: #438D93; }
span { border-color: rgb(67,141,147); }
td.TdClassName
{
border-color: #438D93;
}
.TagClassName
{
border-color: #438D93;
}
</style>