Shades of Blue Chill #38828C
Tints of Blue Chill #38828C
RGB
CMYK
RGB Variations
Color information
#38828C (or 0x38828C) is known color: Blue Chill. HEX triplet: 38, 82 and 8C. RGB value is (56,130,140). Sum of RGB (Red+Green+Blue) = 56+130+140=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #38828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38828C is #C77D73. Grayscale: #6C6C6C. Windows color (decimal): -13073780 or 9208376. OLE color: 9208376.
HSL color Cylindrical-coordinate representation of color #38828C: hue angle of 187.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38828C is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 130 | 140 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.45 |
| HSL | 187.14º | 0.43% | 0.38% | - |
| HSV(B) | 187.14º | 0.6% | 0.55% | - |
| XYZ | 14.35 | 18.7 | 27.66 | - |
| YUV | 109.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 140 | 0.6 | 0.07 | 0 | 0.45 | 187.14 | 0.43 | 0.38 |
| Hex | 38 | 82 | 8C | 3C | 7 | 0 | 2D | BB | 2B | 26 |
| Octal | 70 | 202 | 214 | 74 | 7 | 0 | 55 | 273 | 53 | 46 |
| Binary | 111000 | 10000010 | 10001100 | 111100 | 111 | 0 | 101101 | 10111011 | 101011 | 100110 |
Color Harmonies of #38828C
Complementary color
Monochromatic Colors of #38828C
Black with #38828C
Text Example
Text Example
White with #38828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38828C; }
p { color: rgb(56,130,140); }
H1.HeaderClassName
{
color: #38828C;
}
.AnyTagClassName
{
color: #38828C;
}
</style>
background-color css
<style>
a { background-color: #38828C; }
a { background-color: rgb(56,130,140); }
div.DivClassName
{
background-color: #38828C;
}
.BgClassName
{
background-color: #38828C;
}
</style>
border-color css
<style>
span { border-color: #38828C; }
span { border-color: rgb(56,130,140); }
td.TdClassName
{
border-color: #38828C;
}
.TagClassName
{
border-color: #38828C;
}
</style>