Shades of Blue Chill #43969C
Tints of Blue Chill #43969C
RGB
CMYK
RGB Variations
Color information
#43969C (or 0x43969C) is known color: Blue Chill. HEX triplet: 43, 96 and 9C. RGB value is (67,150,156). Sum of RGB (Red+Green+Blue) = 67+150+156=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #43969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43969C is #BC6963. Grayscale: #7D7D7D. Windows color (decimal): -12347748 or 10262083. OLE color: 10262083.
HSL color Cylindrical-coordinate representation of color #43969C: hue angle of 184.04º 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 #43969C is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 150 | 156 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.39 |
| HSL | 184.04º | 0.4% | 0.44% | - |
| HSV(B) | 184.04º | 0.57% | 0.61% | - |
| XYZ | 19.22 | 25.41 | 35.34 | - |
| YUV | 125.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 150 | 156 | 0.57 | 0.04 | 0 | 0.39 | 184.04 | 0.4 | 0.44 |
| Hex | 43 | 96 | 9C | 39 | 4 | 0 | 27 | B8 | 28 | 2C |
| Octal | 103 | 226 | 234 | 71 | 4 | 0 | 47 | 270 | 50 | 54 |
| Binary | 1000011 | 10010110 | 10011100 | 111001 | 100 | 0 | 100111 | 10111000 | 101000 | 101100 |
Color Harmonies of #43969C
Complementary color
Monochromatic Colors of #43969C
Black with #43969C
Text Example
Text Example
White with #43969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43969C; }
p { color: rgb(67,150,156); }
H1.HeaderClassName
{
color: #43969C;
}
.AnyTagClassName
{
color: #43969C;
}
</style>
background-color css
<style>
a { background-color: #43969C; }
a { background-color: rgb(67,150,156); }
div.DivClassName
{
background-color: #43969C;
}
.BgClassName
{
background-color: #43969C;
}
</style>
border-color css
<style>
span { border-color: #43969C; }
span { border-color: rgb(67,150,156); }
td.TdClassName
{
border-color: #43969C;
}
.TagClassName
{
border-color: #43969C;
}
</style>