Shades of Blue Chill #38878D
Tints of Blue Chill #38878D
RGB
CMYK
RGB Variations
Color information
#38878D (or 0x38878D) is known color: Blue Chill. HEX triplet: 38, 87 and 8D. RGB value is (56,135,141). Sum of RGB (Red+Green+Blue) = 56+135+141=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #38878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38878D is #C77872. Grayscale: #6F6F6F. Windows color (decimal): -13072499 or 9275192. OLE color: 9275192.
HSL color Cylindrical-coordinate representation of color #38878D: hue angle of 184.24º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38878D is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 135 | 141 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.45 |
| HSL | 184.24º | 0.43% | 0.39% | - |
| HSV(B) | 184.24º | 0.6% | 0.55% | - |
| XYZ | 15.1 | 20.09 | 28.28 | - |
| YUV | 112.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 141 | 0.60 | 0.04 | 0 | 0.45 | 184.24 | 0.43 | 0.39 |
| Hex | 38 | 87 | 8D | 3C | 4 | 0 | 2D | B8 | 2B | 27 |
| Octal | 70 | 207 | 215 | 74 | 4 | 0 | 55 | 270 | 53 | 47 |
| Binary | 111000 | 10000111 | 10001101 | 111100 | 100 | 0 | 101101 | 10111000 | 101011 | 100111 |
Color Harmonies of #38878D
Complementary color
Monochromatic Colors of #38878D
Black with #38878D
Text Example
Text Example
White with #38878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38878D; }
p { color: rgb(56,135,141); }
H1.HeaderClassName
{
color: #38878D;
}
.AnyTagClassName
{
color: #38878D;
}
</style>
background-color css
<style>
a { background-color: #38878D; }
a { background-color: rgb(56,135,141); }
div.DivClassName
{
background-color: #38878D;
}
.BgClassName
{
background-color: #38878D;
}
</style>
border-color css
<style>
span { border-color: #38878D; }
span { border-color: rgb(56,135,141); }
td.TdClassName
{
border-color: #38878D;
}
.TagClassName
{
border-color: #38878D;
}
</style>