Shades of Blue Chill #43958E
Tints of Blue Chill #43958E
RGB
CMYK
RGB Variations
Color information
#43958E (or 0x43958E) is known color: Blue Chill. HEX triplet: 43, 95 and 8E. RGB value is (67,149,142). Sum of RGB (Red+Green+Blue) = 67+149+142=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #43958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43958E is #BC6A71. Grayscale: #7B7B7B. Windows color (decimal): -12348018 or 9344323. OLE color: 9344323.
HSL color Cylindrical-coordinate representation of color #43958E: hue angle of 174.88º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43958E is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 149 | 142 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.42 |
| HSL | 174.88º | 0.38% | 0.42% | - |
| HSV(B) | 174.88º | 0.55% | 0.58% | - |
| XYZ | 17.94 | 24.64 | 29.4 | - |
| YUV | 123.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 142 | 0.55 | 0 | 0.05 | 0.42 | 174.88 | 0.38 | 0.42 |
| Hex | 43 | 95 | 8E | 37 | 0 | 5 | 2A | AF | 26 | 2A |
| Octal | 103 | 225 | 216 | 67 | 0 | 5 | 52 | 257 | 46 | 52 |
| Binary | 1000011 | 10010101 | 10001110 | 110111 | 0 | 101 | 101010 | 10101111 | 100110 | 101010 |
Color Harmonies of #43958E
Complementary color
Monochromatic Colors of #43958E
Black with #43958E
Text Example
Text Example
White with #43958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43958E; }
p { color: rgb(67,149,142); }
H1.HeaderClassName
{
color: #43958E;
}
.AnyTagClassName
{
color: #43958E;
}
</style>
background-color css
<style>
a { background-color: #43958E; }
a { background-color: rgb(67,149,142); }
div.DivClassName
{
background-color: #43958E;
}
.BgClassName
{
background-color: #43958E;
}
</style>
border-color css
<style>
span { border-color: #43958E; }
span { border-color: rgb(67,149,142); }
td.TdClassName
{
border-color: #43958E;
}
.TagClassName
{
border-color: #43958E;
}
</style>