Shades of Blue Chill #369498
Tints of Blue Chill #369498
RGB
CMYK
RGB Variations
Color information
#369498 (or 0x369498) is known color: Blue Chill. HEX triplet: 36, 94 and 98. RGB value is (54,148,152). Sum of RGB (Red+Green+Blue) = 54+148+152=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #369498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369498 is #C96B67. Grayscale: #787878. Windows color (decimal): -13200232 or 9999414. OLE color: 9999414.
HSL color Cylindrical-coordinate representation of color #369498: hue angle of 182.45º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369498 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 148 | 152 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.40 |
| HSL | 182.45º | 0.48% | 0.4% | - |
| HSV(B) | 182.45º | 0.64% | 0.6% | - |
| XYZ | 17.78 | 24.23 | 33.45 | - |
| YUV | 120.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 152 | 0.64 | 0.03 | 0 | 0.40 | 182.45 | 0.48 | 0.4 |
| Hex | 36 | 94 | 98 | 40 | 3 | 0 | 28 | B6 | 30 | 28 |
| Octal | 66 | 224 | 230 | 100 | 3 | 0 | 50 | 266 | 60 | 50 |
| Binary | 110110 | 10010100 | 10011000 | 1000000 | 11 | 0 | 101000 | 10110110 | 110000 | 101000 |
Color Harmonies of #369498
Complementary color
Monochromatic Colors of #369498
Black with #369498
Text Example
Text Example
White with #369498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369498; }
p { color: rgb(54,148,152); }
H1.HeaderClassName
{
color: #369498;
}
.AnyTagClassName
{
color: #369498;
}
</style>
background-color css
<style>
a { background-color: #369498; }
a { background-color: rgb(54,148,152); }
div.DivClassName
{
background-color: #369498;
}
.BgClassName
{
background-color: #369498;
}
</style>
border-color css
<style>
span { border-color: #369498; }
span { border-color: rgb(54,148,152); }
td.TdClassName
{
border-color: #369498;
}
.TagClassName
{
border-color: #369498;
}
</style>