Shades of Blue Chill #42959B
Tints of Blue Chill #42959B
RGB
CMYK
RGB Variations
Color information
#42959B (or 0x42959B) is known color: Blue Chill. HEX triplet: 42, 95 and 9B. RGB value is (66,149,155). Sum of RGB (Red+Green+Blue) = 66+149+155=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #42959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42959B is #BD6A64. Grayscale: #7C7C7C. Windows color (decimal): -12413541 or 10196290. OLE color: 10196290.
HSL color Cylindrical-coordinate representation of color #42959B: hue angle of 184.04º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42959B is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 149 | 155 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.39 |
| HSL | 184.04º | 0.4% | 0.43% | - |
| HSV(B) | 184.04º | 0.57% | 0.61% | - |
| XYZ | 18.91 | 25.02 | 34.84 | - |
| YUV | 124.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 155 | 0.57 | 0.04 | 0 | 0.39 | 184.04 | 0.4 | 0.43 |
| Hex | 42 | 95 | 9B | 39 | 4 | 0 | 27 | B8 | 28 | 2B |
| Octal | 102 | 225 | 233 | 71 | 4 | 0 | 47 | 270 | 50 | 53 |
| Binary | 1000010 | 10010101 | 10011011 | 111001 | 100 | 0 | 100111 | 10111000 | 101000 | 101011 |
Color Harmonies of #42959B
Complementary color
Monochromatic Colors of #42959B
Black with #42959B
Text Example
Text Example
White with #42959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42959B; }
p { color: rgb(66,149,155); }
H1.HeaderClassName
{
color: #42959B;
}
.AnyTagClassName
{
color: #42959B;
}
</style>
background-color css
<style>
a { background-color: #42959B; }
a { background-color: rgb(66,149,155); }
div.DivClassName
{
background-color: #42959B;
}
.BgClassName
{
background-color: #42959B;
}
</style>
border-color css
<style>
span { border-color: #42959B; }
span { border-color: rgb(66,149,155); }
td.TdClassName
{
border-color: #42959B;
}
.TagClassName
{
border-color: #42959B;
}
</style>