Shades of Blue Chill #438A8B
Tints of Blue Chill #438A8B
RGB
CMYK
RGB Variations
Color information
#438A8B (or 0x438A8B) is known color: Blue Chill. HEX triplet: 43, 8A and 8B. RGB value is (67,138,139). Sum of RGB (Red+Green+Blue) = 67+138+139=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #438A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A8B is #BC7574. Grayscale: #747474. Windows color (decimal): -12350837 or 9144899. OLE color: 9144899.
HSL color Cylindrical-coordinate representation of color #438A8B: hue angle of 180.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438A8B is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 138 | 139 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.45 |
| HSL | 180.83º | 0.35% | 0.4% | - |
| HSV(B) | 180.83º | 0.52% | 0.55% | - |
| XYZ | 16.06 | 21.23 | 27.68 | - |
| YUV | 116.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 139 | 0.52 | 0.01 | 0 | 0.45 | 180.83 | 0.35 | 0.4 |
| Hex | 43 | 8A | 8B | 34 | 1 | 0 | 2D | B5 | 23 | 28 |
| Octal | 103 | 212 | 213 | 64 | 1 | 0 | 55 | 265 | 43 | 50 |
| Binary | 1000011 | 10001010 | 10001011 | 110100 | 1 | 0 | 101101 | 10110101 | 100011 | 101000 |
Color Harmonies of #438A8B
Complementary color
Monochromatic Colors of #438A8B
Black with #438A8B
Text Example
Text Example
White with #438A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A8B; }
p { color: rgb(67,138,139); }
H1.HeaderClassName
{
color: #438A8B;
}
.AnyTagClassName
{
color: #438A8B;
}
</style>
background-color css
<style>
a { background-color: #438A8B; }
a { background-color: rgb(67,138,139); }
div.DivClassName
{
background-color: #438A8B;
}
.BgClassName
{
background-color: #438A8B;
}
</style>
border-color css
<style>
span { border-color: #438A8B; }
span { border-color: rgb(67,138,139); }
td.TdClassName
{
border-color: #438A8B;
}
.TagClassName
{
border-color: #438A8B;
}
</style>