Shades of Blue Chill #43918B
Tints of Blue Chill #43918B
RGB
CMYK
RGB Variations
Color information
#43918B (or 0x43918B) is known color: Blue Chill. HEX triplet: 43, 91 and 8B. RGB value is (67,145,139). Sum of RGB (Red+Green+Blue) = 67+145+139=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #43918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43918B is #BC6E74. Grayscale: #787878. Windows color (decimal): -12349045 or 9146691. OLE color: 9146691.
HSL color Cylindrical-coordinate representation of color #43918B: hue angle of 175.38º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43918B is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 139 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.43 |
| HSL | 175.38º | 0.37% | 0.42% | - |
| HSV(B) | 175.38º | 0.54% | 0.57% | - |
| XYZ | 17.1 | 23.31 | 28.02 | - |
| YUV | 120.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 139 | 0.54 | 0 | 0.04 | 0.43 | 175.38 | 0.37 | 0.42 |
| Hex | 43 | 91 | 8B | 36 | 0 | 4 | 2B | AF | 25 | 2A |
| Octal | 103 | 221 | 213 | 66 | 0 | 4 | 53 | 257 | 45 | 52 |
| Binary | 1000011 | 10010001 | 10001011 | 110110 | 0 | 100 | 101011 | 10101111 | 100101 | 101010 |
Color Harmonies of #43918B
Complementary color
Monochromatic Colors of #43918B
Black with #43918B
Text Example
Text Example
White with #43918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43918B; }
p { color: rgb(67,145,139); }
H1.HeaderClassName
{
color: #43918B;
}
.AnyTagClassName
{
color: #43918B;
}
</style>
background-color css
<style>
a { background-color: #43918B; }
a { background-color: rgb(67,145,139); }
div.DivClassName
{
background-color: #43918B;
}
.BgClassName
{
background-color: #43918B;
}
</style>
border-color css
<style>
span { border-color: #43918B; }
span { border-color: rgb(67,145,139); }
td.TdClassName
{
border-color: #43918B;
}
.TagClassName
{
border-color: #43918B;
}
</style>