Shades of Blue Chill #43949C
Tints of Blue Chill #43949C
RGB
CMYK
RGB Variations
Color information
#43949C (or 0x43949C) is known color: Blue Chill. HEX triplet: 43, 94 and 9C. RGB value is (67,148,156). Sum of RGB (Red+Green+Blue) = 67+148+156=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #43949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43949C is #BC6B63. Grayscale: #7C7C7C. Windows color (decimal): -12348260 or 10261571. OLE color: 10261571.
HSL color Cylindrical-coordinate representation of color #43949C: hue angle of 185.39º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43949C is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 148 | 156 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.39 |
| HSL | 185.39º | 0.4% | 0.44% | - |
| HSV(B) | 185.39º | 0.57% | 0.61% | - |
| XYZ | 18.91 | 24.77 | 35.24 | - |
| YUV | 124.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 156 | 0.57 | 0.05 | 0 | 0.39 | 185.39 | 0.4 | 0.44 |
| Hex | 43 | 94 | 9C | 39 | 5 | 0 | 27 | B9 | 28 | 2C |
| Octal | 103 | 224 | 234 | 71 | 5 | 0 | 47 | 271 | 50 | 54 |
| Binary | 1000011 | 10010100 | 10011100 | 111001 | 101 | 0 | 100111 | 10111001 | 101000 | 101100 |
Color Harmonies of #43949C
Complementary color
Monochromatic Colors of #43949C
Black with #43949C
Text Example
Text Example
White with #43949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43949C; }
p { color: rgb(67,148,156); }
H1.HeaderClassName
{
color: #43949C;
}
.AnyTagClassName
{
color: #43949C;
}
</style>
background-color css
<style>
a { background-color: #43949C; }
a { background-color: rgb(67,148,156); }
div.DivClassName
{
background-color: #43949C;
}
.BgClassName
{
background-color: #43949C;
}
</style>
border-color css
<style>
span { border-color: #43949C; }
span { border-color: rgb(67,148,156); }
td.TdClassName
{
border-color: #43949C;
}
.TagClassName
{
border-color: #43949C;
}
</style>