Shades of Blue Chill #35958B
Tints of Blue Chill #35958B
RGB
CMYK
RGB Variations
Color information
#35958B (or 0x35958B) is known color: Blue Chill. HEX triplet: 35, 95 and 8B. RGB value is (53,149,139). Sum of RGB (Red+Green+Blue) = 53+149+139=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #35958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35958B is #CA6A74. Grayscale: #777777. Windows color (decimal): -13265525 or 9147701. OLE color: 9147701.
HSL color Cylindrical-coordinate representation of color #35958B: hue angle of 173.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35958B is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 139 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.42 |
| HSL | 173.75º | 0.48% | 0.4% | - |
| HSV(B) | 173.75º | 0.64% | 0.58% | - |
| XYZ | 16.88 | 24.12 | 28.19 | - |
| YUV | 119.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 139 | 0.64 | 0 | 0.07 | 0.42 | 173.75 | 0.48 | 0.4 |
| Hex | 35 | 95 | 8B | 40 | 0 | 7 | 2A | AE | 30 | 28 |
| Octal | 65 | 225 | 213 | 100 | 0 | 7 | 52 | 256 | 60 | 50 |
| Binary | 110101 | 10010101 | 10001011 | 1000000 | 0 | 111 | 101010 | 10101110 | 110000 | 101000 |
Color Harmonies of #35958B
Complementary color
Monochromatic Colors of #35958B
Black with #35958B
Text Example
Text Example
White with #35958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35958B; }
p { color: rgb(53,149,139); }
H1.HeaderClassName
{
color: #35958B;
}
.AnyTagClassName
{
color: #35958B;
}
</style>
background-color css
<style>
a { background-color: #35958B; }
a { background-color: rgb(53,149,139); }
div.DivClassName
{
background-color: #35958B;
}
.BgClassName
{
background-color: #35958B;
}
</style>
border-color css
<style>
span { border-color: #35958B; }
span { border-color: rgb(53,149,139); }
td.TdClassName
{
border-color: #35958B;
}
.TagClassName
{
border-color: #35958B;
}
</style>