Shades of Blue Chill #43959B
Tints of Blue Chill #43959B
RGB
CMYK
RGB Variations
Color information
#43959B (or 0x43959B) is known color: Blue Chill. HEX triplet: 43, 95 and 9B. RGB value is (67,149,155). Sum of RGB (Red+Green+Blue) = 67+149+155=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #43959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43959B is #BC6A64. Grayscale: #7D7D7D. Windows color (decimal): -12348005 or 10196291. OLE color: 10196291.
HSL color Cylindrical-coordinate representation of color #43959B: hue angle of 184.09º 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 #43959B is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 149 | 155 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.39 |
| HSL | 184.09º | 0.4% | 0.44% | - |
| HSV(B) | 184.09º | 0.57% | 0.61% | - |
| XYZ | 18.98 | 25.05 | 34.85 | - |
| YUV | 125.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 155 | 0.57 | 0.04 | 0 | 0.39 | 184.09 | 0.4 | 0.44 |
| Hex | 43 | 95 | 9B | 39 | 4 | 0 | 27 | B8 | 28 | 2C |
| Octal | 103 | 225 | 233 | 71 | 4 | 0 | 47 | 270 | 50 | 54 |
| Binary | 1000011 | 10010101 | 10011011 | 111001 | 100 | 0 | 100111 | 10111000 | 101000 | 101100 |
Color Harmonies of #43959B
Complementary color
Monochromatic Colors of #43959B
Black with #43959B
Text Example
Text Example
White with #43959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43959B; }
p { color: rgb(67,149,155); }
H1.HeaderClassName
{
color: #43959B;
}
.AnyTagClassName
{
color: #43959B;
}
</style>
background-color css
<style>
a { background-color: #43959B; }
a { background-color: rgb(67,149,155); }
div.DivClassName
{
background-color: #43959B;
}
.BgClassName
{
background-color: #43959B;
}
</style>
border-color css
<style>
span { border-color: #43959B; }
span { border-color: rgb(67,149,155); }
td.TdClassName
{
border-color: #43959B;
}
.TagClassName
{
border-color: #43959B;
}
</style>