Shades of Blue Chill #358C93
Tints of Blue Chill #358C93
RGB
CMYK
RGB Variations
Color information
#358C93 (or 0x358C93) is known color: Blue Chill. HEX triplet: 35, 8C and 93. RGB value is (53,140,147). Sum of RGB (Red+Green+Blue) = 53+140+147=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #358C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C93 is #CA736C. Grayscale: #727272. Windows color (decimal): -13267821 or 9669685. OLE color: 9669685.
HSL color Cylindrical-coordinate representation of color #358C93: hue angle of 184.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358C93 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 140 | 147 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.42 |
| HSL | 184.47º | 0.47% | 0.39% | - |
| HSV(B) | 184.47º | 0.64% | 0.58% | - |
| XYZ | 16.11 | 21.62 | 30.93 | - |
| YUV | 114.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 147 | 0.64 | 0.05 | 0 | 0.42 | 184.47 | 0.47 | 0.39 |
| Hex | 35 | 8C | 93 | 40 | 5 | 0 | 2A | B8 | 2F | 27 |
| Octal | 65 | 214 | 223 | 100 | 5 | 0 | 52 | 270 | 57 | 47 |
| Binary | 110101 | 10001100 | 10010011 | 1000000 | 101 | 0 | 101010 | 10111000 | 101111 | 100111 |
Color Harmonies of #358C93
Complementary color
Monochromatic Colors of #358C93
Black with #358C93
Text Example
Text Example
White with #358C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C93; }
p { color: rgb(53,140,147); }
H1.HeaderClassName
{
color: #358C93;
}
.AnyTagClassName
{
color: #358C93;
}
</style>
background-color css
<style>
a { background-color: #358C93; }
a { background-color: rgb(53,140,147); }
div.DivClassName
{
background-color: #358C93;
}
.BgClassName
{
background-color: #358C93;
}
</style>
border-color css
<style>
span { border-color: #358C93; }
span { border-color: rgb(53,140,147); }
td.TdClassName
{
border-color: #358C93;
}
.TagClassName
{
border-color: #358C93;
}
</style>