Shades of Blue Chill #359498
Tints of Blue Chill #359498
RGB
CMYK
RGB Variations
Color information
#359498 (or 0x359498) is known color: Blue Chill. HEX triplet: 35, 94 and 98. RGB value is (53,148,152). Sum of RGB (Red+Green+Blue) = 53+148+152=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #359498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359498 is #CA6B67. Grayscale: #777777. Windows color (decimal): -13265768 or 9999413. OLE color: 9999413.
HSL color Cylindrical-coordinate representation of color #359498: hue angle of 182.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359498 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 148 | 152 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.40 |
| HSL | 182.42º | 0.48% | 0.4% | - |
| HSV(B) | 182.42º | 0.65% | 0.6% | - |
| XYZ | 17.73 | 24.2 | 33.44 | - |
| YUV | 120.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 152 | 0.65 | 0.03 | 0 | 0.40 | 182.42 | 0.48 | 0.4 |
| Hex | 35 | 94 | 98 | 41 | 3 | 0 | 28 | B6 | 30 | 28 |
| Octal | 65 | 224 | 230 | 101 | 3 | 0 | 50 | 266 | 60 | 50 |
| Binary | 110101 | 10010100 | 10011000 | 1000001 | 11 | 0 | 101000 | 10110110 | 110000 | 101000 |
Color Harmonies of #359498
Complementary color
Monochromatic Colors of #359498
Black with #359498
Text Example
Text Example
White with #359498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359498; }
p { color: rgb(53,148,152); }
H1.HeaderClassName
{
color: #359498;
}
.AnyTagClassName
{
color: #359498;
}
</style>
background-color css
<style>
a { background-color: #359498; }
a { background-color: rgb(53,148,152); }
div.DivClassName
{
background-color: #359498;
}
.BgClassName
{
background-color: #359498;
}
</style>
border-color css
<style>
span { border-color: #359498; }
span { border-color: rgb(53,148,152); }
td.TdClassName
{
border-color: #359498;
}
.TagClassName
{
border-color: #359498;
}
</style>