Shades of Blue Chill #3D938C
Tints of Blue Chill #3D938C
RGB
CMYK
RGB Variations
Color information
#3D938C (or 0x3D938C) is known color: Blue Chill. HEX triplet: 3D, 93 and 8C. RGB value is (61,147,140). Sum of RGB (Red+Green+Blue) = 61+147+140=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #3D938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D938C is #C26C73. Grayscale: #787878. Windows color (decimal): -12741748 or 9212733. OLE color: 9212733.
HSL color Cylindrical-coordinate representation of color #3D938C: hue angle of 175.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D938C is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 147 | 140 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.42 |
| HSL | 175.12º | 0.41% | 0.41% | - |
| HSV(B) | 175.12º | 0.59% | 0.58% | - |
| XYZ | 17.09 | 23.75 | 28.49 | - |
| YUV | 120.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 140 | 0.59 | 0 | 0.05 | 0.42 | 175.12 | 0.41 | 0.41 |
| Hex | 3D | 93 | 8C | 3B | 0 | 5 | 2A | AF | 29 | 29 |
| Octal | 75 | 223 | 214 | 73 | 0 | 5 | 52 | 257 | 51 | 51 |
| Binary | 111101 | 10010011 | 10001100 | 111011 | 0 | 101 | 101010 | 10101111 | 101001 | 101001 |
Color Harmonies of #3D938C
Complementary color
Monochromatic Colors of #3D938C
Black with #3D938C
Text Example
Text Example
White with #3D938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D938C; }
p { color: rgb(61,147,140); }
H1.HeaderClassName
{
color: #3D938C;
}
.AnyTagClassName
{
color: #3D938C;
}
</style>
background-color css
<style>
a { background-color: #3D938C; }
a { background-color: rgb(61,147,140); }
div.DivClassName
{
background-color: #3D938C;
}
.BgClassName
{
background-color: #3D938C;
}
</style>
border-color css
<style>
span { border-color: #3D938C; }
span { border-color: rgb(61,147,140); }
td.TdClassName
{
border-color: #3D938C;
}
.TagClassName
{
border-color: #3D938C;
}
</style>