Shades of Blue Chill #43908A
Tints of Blue Chill #43908A
RGB
CMYK
RGB Variations
Color information
#43908A (or 0x43908A) is known color: Blue Chill. HEX triplet: 43, 90 and 8A. RGB value is (67,144,138). Sum of RGB (Red+Green+Blue) = 67+144+138=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #43908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43908A is #BC6F75. Grayscale: #787878. Windows color (decimal): -12349302 or 9080899. OLE color: 9080899.
HSL color Cylindrical-coordinate representation of color #43908A: hue angle of 175.32º 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 #43908A is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 144 | 138 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.44 |
| HSL | 175.32º | 0.36% | 0.41% | - |
| HSV(B) | 175.32º | 0.53% | 0.56% | - |
| XYZ | 16.88 | 22.97 | 27.59 | - |
| YUV | 120.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 138 | 0.53 | 0 | 0.04 | 0.44 | 175.32 | 0.36 | 0.41 |
| Hex | 43 | 90 | 8A | 35 | 0 | 4 | 2C | AF | 24 | 29 |
| Octal | 103 | 220 | 212 | 65 | 0 | 4 | 54 | 257 | 44 | 51 |
| Binary | 1000011 | 10010000 | 10001010 | 110101 | 0 | 100 | 101100 | 10101111 | 100100 | 101001 |
Color Harmonies of #43908A
Complementary color
Monochromatic Colors of #43908A
Black with #43908A
Text Example
Text Example
White with #43908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43908A; }
p { color: rgb(67,144,138); }
H1.HeaderClassName
{
color: #43908A;
}
.AnyTagClassName
{
color: #43908A;
}
</style>
background-color css
<style>
a { background-color: #43908A; }
a { background-color: rgb(67,144,138); }
div.DivClassName
{
background-color: #43908A;
}
.BgClassName
{
background-color: #43908A;
}
</style>
border-color css
<style>
span { border-color: #43908A; }
span { border-color: rgb(67,144,138); }
td.TdClassName
{
border-color: #43908A;
}
.TagClassName
{
border-color: #43908A;
}
</style>