Shades of Blue Chill #38858A
Tints of Blue Chill #38858A
RGB
CMYK
RGB Variations
Color information
#38858A (or 0x38858A) is known color: Blue Chill. HEX triplet: 38, 85 and 8A. RGB value is (56,133,138). Sum of RGB (Red+Green+Blue) = 56+133+138=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #38858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38858A is #C77A75. Grayscale: #6E6E6E. Windows color (decimal): -13073014 or 9078072. OLE color: 9078072.
HSL color Cylindrical-coordinate representation of color #38858A: hue angle of 183.66º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38858A is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 133 | 138 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.46 |
| HSL | 183.66º | 0.42% | 0.38% | - |
| HSV(B) | 183.66º | 0.59% | 0.54% | - |
| XYZ | 14.61 | 19.45 | 27.03 | - |
| YUV | 110.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 138 | 0.59 | 0.04 | 0 | 0.46 | 183.66 | 0.42 | 0.38 |
| Hex | 38 | 85 | 8A | 3B | 4 | 0 | 2E | B8 | 2A | 26 |
| Octal | 70 | 205 | 212 | 73 | 4 | 0 | 56 | 270 | 52 | 46 |
| Binary | 111000 | 10000101 | 10001010 | 111011 | 100 | 0 | 101110 | 10111000 | 101010 | 100110 |
Color Harmonies of #38858A
Complementary color
Monochromatic Colors of #38858A
Black with #38858A
Text Example
Text Example
White with #38858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38858A; }
p { color: rgb(56,133,138); }
H1.HeaderClassName
{
color: #38858A;
}
.AnyTagClassName
{
color: #38858A;
}
</style>
background-color css
<style>
a { background-color: #38858A; }
a { background-color: rgb(56,133,138); }
div.DivClassName
{
background-color: #38858A;
}
.BgClassName
{
background-color: #38858A;
}
</style>
border-color css
<style>
span { border-color: #38858A; }
span { border-color: rgb(56,133,138); }
td.TdClassName
{
border-color: #38858A;
}
.TagClassName
{
border-color: #38858A;
}
</style>