Shades of Blue Chill #43948D
Tints of Blue Chill #43948D
RGB
CMYK
RGB Variations
Color information
#43948D (or 0x43948D) is known color: Blue Chill. HEX triplet: 43, 94 and 8D. RGB value is (67,148,141). Sum of RGB (Red+Green+Blue) = 67+148+141=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #43948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43948D is #BC6B72. Grayscale: #7A7A7A. Windows color (decimal): -12348275 or 9278531. OLE color: 9278531.
HSL color Cylindrical-coordinate representation of color #43948D: hue angle of 174.81º 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 #43948D is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 148 | 141 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.42 |
| HSL | 174.81º | 0.38% | 0.42% | - |
| HSV(B) | 174.81º | 0.55% | 0.58% | - |
| XYZ | 17.71 | 24.3 | 28.96 | - |
| YUV | 122.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 141 | 0.55 | 0 | 0.05 | 0.42 | 174.81 | 0.38 | 0.42 |
| Hex | 43 | 94 | 8D | 37 | 0 | 5 | 2A | AF | 26 | 2A |
| Octal | 103 | 224 | 215 | 67 | 0 | 5 | 52 | 257 | 46 | 52 |
| Binary | 1000011 | 10010100 | 10001101 | 110111 | 0 | 101 | 101010 | 10101111 | 100110 | 101010 |
Color Harmonies of #43948D
Complementary color
Monochromatic Colors of #43948D
Black with #43948D
Text Example
Text Example
White with #43948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43948D; }
p { color: rgb(67,148,141); }
H1.HeaderClassName
{
color: #43948D;
}
.AnyTagClassName
{
color: #43948D;
}
</style>
background-color css
<style>
a { background-color: #43948D; }
a { background-color: rgb(67,148,141); }
div.DivClassName
{
background-color: #43948D;
}
.BgClassName
{
background-color: #43948D;
}
</style>
border-color css
<style>
span { border-color: #43948D; }
span { border-color: rgb(67,148,141); }
td.TdClassName
{
border-color: #43948D;
}
.TagClassName
{
border-color: #43948D;
}
</style>