Shades of Blue Chill #3DA198
Tints of Blue Chill #3DA198
RGB
CMYK
RGB Variations
Color information
#3DA198 (or 0x3DA198) is known color: Blue Chill. HEX triplet: 3D, A1 and 98. RGB value is (61,161,152). Sum of RGB (Red+Green+Blue) = 61+161+152=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA198 is #C25E67. Grayscale: #828282. Windows color (decimal): -12738152 or 10002749. OLE color: 10002749.
HSL color Cylindrical-coordinate representation of color #3DA198: hue angle of 174.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA198 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 152 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.37 |
| HSL | 174.6º | 0.45% | 0.44% | - |
| HSV(B) | 174.6º | 0.62% | 0.63% | - |
| XYZ | 20.34 | 28.75 | 34.18 | - |
| YUV | 130.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 152 | 0.62 | 0 | 0.06 | 0.37 | 174.6 | 0.45 | 0.44 |
| Hex | 3D | A1 | 98 | 3E | 0 | 6 | 25 | AF | 2D | 2C |
| Octal | 75 | 241 | 230 | 76 | 0 | 6 | 45 | 257 | 55 | 54 |
| Binary | 111101 | 10100001 | 10011000 | 111110 | 0 | 110 | 100101 | 10101111 | 101101 | 101100 |
Color Harmonies of #3DA198
Complementary color
Monochromatic Colors of #3DA198
Black with #3DA198
Text Example
Text Example
White with #3DA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA198; }
p { color: rgb(61,161,152); }
H1.HeaderClassName
{
color: #3DA198;
}
.AnyTagClassName
{
color: #3DA198;
}
</style>
background-color css
<style>
a { background-color: #3DA198; }
a { background-color: rgb(61,161,152); }
div.DivClassName
{
background-color: #3DA198;
}
.BgClassName
{
background-color: #3DA198;
}
</style>
border-color css
<style>
span { border-color: #3DA198; }
span { border-color: rgb(61,161,152); }
td.TdClassName
{
border-color: #3DA198;
}
.TagClassName
{
border-color: #3DA198;
}
</style>