Shades of Blue Chill #358F93
Tints of Blue Chill #358F93
RGB
CMYK
RGB Variations
Color information
#358F93 (or 0x358F93) is known color: Blue Chill. HEX triplet: 35, 8F and 93. RGB value is (53,143,147). Sum of RGB (Red+Green+Blue) = 53+143+147=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #358F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F93 is #CA706C. Grayscale: #747474. Windows color (decimal): -13267053 or 9670453. OLE color: 9670453.
HSL color Cylindrical-coordinate representation of color #358F93: hue angle of 182.55º 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 #358F93 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 143 | 147 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.42 |
| HSL | 182.55º | 0.47% | 0.39% | - |
| HSV(B) | 182.55º | 0.64% | 0.58% | - |
| XYZ | 16.56 | 22.51 | 31.08 | - |
| YUV | 116.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 147 | 0.64 | 0.03 | 0 | 0.42 | 182.55 | 0.47 | 0.39 |
| Hex | 35 | 8F | 93 | 40 | 3 | 0 | 2A | B7 | 2F | 27 |
| Octal | 65 | 217 | 223 | 100 | 3 | 0 | 52 | 267 | 57 | 47 |
| Binary | 110101 | 10001111 | 10010011 | 1000000 | 11 | 0 | 101010 | 10110111 | 101111 | 100111 |
Color Harmonies of #358F93
Complementary color
Monochromatic Colors of #358F93
Black with #358F93
Text Example
Text Example
White with #358F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F93; }
p { color: rgb(53,143,147); }
H1.HeaderClassName
{
color: #358F93;
}
.AnyTagClassName
{
color: #358F93;
}
</style>
background-color css
<style>
a { background-color: #358F93; }
a { background-color: rgb(53,143,147); }
div.DivClassName
{
background-color: #358F93;
}
.BgClassName
{
background-color: #358F93;
}
</style>
border-color css
<style>
span { border-color: #358F93; }
span { border-color: rgb(53,143,147); }
td.TdClassName
{
border-color: #358F93;
}
.TagClassName
{
border-color: #358F93;
}
</style>