Shades of Blue Chill #438A88
Tints of Blue Chill #438A88
RGB
CMYK
RGB Variations
Color information
#438A88 (or 0x438A88) is known color: Blue Chill. HEX triplet: 43, 8A and 88. RGB value is (67,138,136). Sum of RGB (Red+Green+Blue) = 67+138+136=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #438A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A88 is #BC7577. Grayscale: #747474. Windows color (decimal): -12350840 or 8948291. OLE color: 8948291.
HSL color Cylindrical-coordinate representation of color #438A88: hue angle of 178.31º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A88 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 136 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.46 |
| HSL | 178.31º | 0.35% | 0.4% | - |
| HSV(B) | 178.31º | 0.51% | 0.54% | - |
| XYZ | 15.85 | 21.15 | 26.54 | - |
| YUV | 116.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 136 | 0.51 | 0 | 0.01 | 0.46 | 178.31 | 0.35 | 0.4 |
| Hex | 43 | 8A | 88 | 33 | 0 | 1 | 2E | B2 | 23 | 28 |
| Octal | 103 | 212 | 210 | 63 | 0 | 1 | 56 | 262 | 43 | 50 |
| Binary | 1000011 | 10001010 | 10001000 | 110011 | 0 | 1 | 101110 | 10110010 | 100011 | 101000 |
Color Harmonies of #438A88
Complementary color
Monochromatic Colors of #438A88
Black with #438A88
Text Example
Text Example
White with #438A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A88; }
p { color: rgb(67,138,136); }
H1.HeaderClassName
{
color: #438A88;
}
.AnyTagClassName
{
color: #438A88;
}
</style>
background-color css
<style>
a { background-color: #438A88; }
a { background-color: rgb(67,138,136); }
div.DivClassName
{
background-color: #438A88;
}
.BgClassName
{
background-color: #438A88;
}
</style>
border-color css
<style>
span { border-color: #438A88; }
span { border-color: rgb(67,138,136); }
td.TdClassName
{
border-color: #438A88;
}
.TagClassName
{
border-color: #438A88;
}
</style>