Shades of Blue Chill #438C90
Tints of Blue Chill #438C90
RGB
CMYK
RGB Variations
Color information
#438C90 (or 0x438C90) is known color: Blue Chill. HEX triplet: 43, 8C and 90. RGB value is (67,140,144). Sum of RGB (Red+Green+Blue) = 67+140+144=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #438C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438C90 is #BC736F. Grayscale: #767676. Windows color (decimal): -12350320 or 9473091. OLE color: 9473091.
HSL color Cylindrical-coordinate representation of color #438C90: hue angle of 183.12º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438C90 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 140 | 144 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.44 |
| HSL | 183.12º | 0.36% | 0.41% | - |
| HSV(B) | 183.12º | 0.53% | 0.56% | - |
| XYZ | 16.73 | 21.96 | 29.74 | - |
| YUV | 118.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 144 | 0.53 | 0.03 | 0 | 0.44 | 183.12 | 0.36 | 0.41 |
| Hex | 43 | 8C | 90 | 35 | 3 | 0 | 2C | B7 | 24 | 29 |
| Octal | 103 | 214 | 220 | 65 | 3 | 0 | 54 | 267 | 44 | 51 |
| Binary | 1000011 | 10001100 | 10010000 | 110101 | 11 | 0 | 101100 | 10110111 | 100100 | 101001 |
Color Harmonies of #438C90
Complementary color
Monochromatic Colors of #438C90
Black with #438C90
Text Example
Text Example
White with #438C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C90; }
p { color: rgb(67,140,144); }
H1.HeaderClassName
{
color: #438C90;
}
.AnyTagClassName
{
color: #438C90;
}
</style>
background-color css
<style>
a { background-color: #438C90; }
a { background-color: rgb(67,140,144); }
div.DivClassName
{
background-color: #438C90;
}
.BgClassName
{
background-color: #438C90;
}
</style>
border-color css
<style>
span { border-color: #438C90; }
span { border-color: rgb(67,140,144); }
td.TdClassName
{
border-color: #438C90;
}
.TagClassName
{
border-color: #438C90;
}
</style>