Shades of Blue Chill #368E92
Tints of Blue Chill #368E92
RGB
CMYK
RGB Variations
Color information
#368E92 (or 0x368E92) is known color: Blue Chill. HEX triplet: 36, 8E and 92. RGB value is (54,142,146). Sum of RGB (Red+Green+Blue) = 54+142+146=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #368E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E92 is #C9716D. Grayscale: #747474. Windows color (decimal): -13201774 or 9604662. OLE color: 9604662.
HSL color Cylindrical-coordinate representation of color #368E92: hue angle of 182.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368E92 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 142 | 146 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.43 |
| HSL | 182.61º | 0.46% | 0.39% | - |
| HSV(B) | 182.61º | 0.63% | 0.57% | - |
| XYZ | 16.38 | 22.21 | 30.62 | - |
| YUV | 116.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 146 | 0.63 | 0.03 | 0 | 0.43 | 182.61 | 0.46 | 0.39 |
| Hex | 36 | 8E | 92 | 3F | 3 | 0 | 2B | B7 | 2E | 27 |
| Octal | 66 | 216 | 222 | 77 | 3 | 0 | 53 | 267 | 56 | 47 |
| Binary | 110110 | 10001110 | 10010010 | 111111 | 11 | 0 | 101011 | 10110111 | 101110 | 100111 |
Color Harmonies of #368E92
Complementary color
Monochromatic Colors of #368E92
Black with #368E92
Text Example
Text Example
White with #368E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E92; }
p { color: rgb(54,142,146); }
H1.HeaderClassName
{
color: #368E92;
}
.AnyTagClassName
{
color: #368E92;
}
</style>
background-color css
<style>
a { background-color: #368E92; }
a { background-color: rgb(54,142,146); }
div.DivClassName
{
background-color: #368E92;
}
.BgClassName
{
background-color: #368E92;
}
</style>
border-color css
<style>
span { border-color: #368E92; }
span { border-color: rgb(54,142,146); }
td.TdClassName
{
border-color: #368E92;
}
.TagClassName
{
border-color: #368E92;
}
</style>