Shades of Blue Chill #368A92
Tints of Blue Chill #368A92
RGB
CMYK
RGB Variations
Color information
#368A92 (or 0x368A92) is known color: Blue Chill. HEX triplet: 36, 8A and 92. RGB value is (54,138,146). Sum of RGB (Red+Green+Blue) = 54+138+146=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #368A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A92 is #C9756D. Grayscale: #717171. Windows color (decimal): -13202798 or 9603638. OLE color: 9603638.
HSL color Cylindrical-coordinate representation of color #368A92: hue angle of 185.22º 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 #368A92 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 138 | 146 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.43 |
| HSL | 185.22º | 0.46% | 0.39% | - |
| HSV(B) | 185.22º | 0.63% | 0.57% | - |
| XYZ | 15.8 | 21.04 | 30.42 | - |
| YUV | 113.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 146 | 0.63 | 0.05 | 0 | 0.43 | 185.22 | 0.46 | 0.39 |
| Hex | 36 | 8A | 92 | 3F | 5 | 0 | 2B | B9 | 2E | 27 |
| Octal | 66 | 212 | 222 | 77 | 5 | 0 | 53 | 271 | 56 | 47 |
| Binary | 110110 | 10001010 | 10010010 | 111111 | 101 | 0 | 101011 | 10111001 | 101110 | 100111 |
Color Harmonies of #368A92
Complementary color
Monochromatic Colors of #368A92
Black with #368A92
Text Example
Text Example
White with #368A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368A92; }
p { color: rgb(54,138,146); }
H1.HeaderClassName
{
color: #368A92;
}
.AnyTagClassName
{
color: #368A92;
}
</style>
background-color css
<style>
a { background-color: #368A92; }
a { background-color: rgb(54,138,146); }
div.DivClassName
{
background-color: #368A92;
}
.BgClassName
{
background-color: #368A92;
}
</style>
border-color css
<style>
span { border-color: #368A92; }
span { border-color: rgb(54,138,146); }
td.TdClassName
{
border-color: #368A92;
}
.TagClassName
{
border-color: #368A92;
}
</style>