Shades of Blue Chill #368F90
Tints of Blue Chill #368F90
RGB
CMYK
RGB Variations
Color information
#368F90 (or 0x368F90) is known color: Blue Chill. HEX triplet: 36, 8F and 90. RGB value is (54,143,144). Sum of RGB (Red+Green+Blue) = 54+143+144=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #368F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368F90 is #C9706F. Grayscale: #747474. Windows color (decimal): -13201520 or 9473846. OLE color: 9473846.
HSL color Cylindrical-coordinate representation of color #368F90: hue angle of 180.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F90 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 143 | 144 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.44 |
| HSL | 180.67º | 0.45% | 0.39% | - |
| HSV(B) | 180.67º | 0.63% | 0.56% | - |
| XYZ | 16.38 | 22.44 | 29.85 | - |
| YUV | 116.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 144 | 0.63 | 0.01 | 0 | 0.44 | 180.67 | 0.45 | 0.39 |
| Hex | 36 | 8F | 90 | 3F | 1 | 0 | 2C | B5 | 2D | 27 |
| Octal | 66 | 217 | 220 | 77 | 1 | 0 | 54 | 265 | 55 | 47 |
| Binary | 110110 | 10001111 | 10010000 | 111111 | 1 | 0 | 101100 | 10110101 | 101101 | 100111 |
Color Harmonies of #368F90
Complementary color
Monochromatic Colors of #368F90
Black with #368F90
Text Example
Text Example
White with #368F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368F90; }
p { color: rgb(54,143,144); }
H1.HeaderClassName
{
color: #368F90;
}
.AnyTagClassName
{
color: #368F90;
}
</style>
background-color css
<style>
a { background-color: #368F90; }
a { background-color: rgb(54,143,144); }
div.DivClassName
{
background-color: #368F90;
}
.BgClassName
{
background-color: #368F90;
}
</style>
border-color css
<style>
span { border-color: #368F90; }
span { border-color: rgb(54,143,144); }
td.TdClassName
{
border-color: #368F90;
}
.TagClassName
{
border-color: #368F90;
}
</style>