Shades of Blue Chill #43948F
Tints of Blue Chill #43948F
RGB
CMYK
RGB Variations
Color information
#43948F (or 0x43948F) is known color: Blue Chill. HEX triplet: 43, 94 and 8F. RGB value is (67,148,143). Sum of RGB (Red+Green+Blue) = 67+148+143=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #43948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43948F is #BC6B70. Grayscale: #7B7B7B. Windows color (decimal): -12348273 or 9409603. OLE color: 9409603.
HSL color Cylindrical-coordinate representation of color #43948F: hue angle of 176.3º 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 #43948F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 148 | 143 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.42 |
| HSL | 176.3º | 0.38% | 0.42% | - |
| HSV(B) | 176.3º | 0.55% | 0.58% | - |
| XYZ | 17.86 | 24.36 | 29.75 | - |
| YUV | 123.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 143 | 0.55 | 0 | 0.03 | 0.42 | 176.3 | 0.38 | 0.42 |
| Hex | 43 | 94 | 8F | 37 | 0 | 3 | 2A | B0 | 26 | 2A |
| Octal | 103 | 224 | 217 | 67 | 0 | 3 | 52 | 260 | 46 | 52 |
| Binary | 1000011 | 10010100 | 10001111 | 110111 | 0 | 11 | 101010 | 10110000 | 100110 | 101010 |
Color Harmonies of #43948F
Complementary color
Monochromatic Colors of #43948F
Black with #43948F
Text Example
Text Example
White with #43948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43948F; }
p { color: rgb(67,148,143); }
H1.HeaderClassName
{
color: #43948F;
}
.AnyTagClassName
{
color: #43948F;
}
</style>
background-color css
<style>
a { background-color: #43948F; }
a { background-color: rgb(67,148,143); }
div.DivClassName
{
background-color: #43948F;
}
.BgClassName
{
background-color: #43948F;
}
</style>
border-color css
<style>
span { border-color: #43948F; }
span { border-color: rgb(67,148,143); }
td.TdClassName
{
border-color: #43948F;
}
.TagClassName
{
border-color: #43948F;
}
</style>