Shades of Blue Chill #3D919B
Tints of Blue Chill #3D919B
RGB
CMYK
RGB Variations
Color information
#3D919B (or 0x3D919B) is known color: Blue Chill. HEX triplet: 3D, 91 and 9B. RGB value is (61,145,155). Sum of RGB (Red+Green+Blue) = 61+145+155=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D919B is #C26E64. Grayscale: #787878. Windows color (decimal): -12742245 or 10195261. OLE color: 10195261.
HSL color Cylindrical-coordinate representation of color #3D919B: hue angle of 186.38º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D919B is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 145 | 155 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.39 |
| HSL | 186.38º | 0.44% | 0.42% | - |
| HSV(B) | 186.38º | 0.61% | 0.61% | - |
| XYZ | 17.97 | 23.61 | 34.62 | - |
| YUV | 121.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 155 | 0.61 | 0.06 | 0 | 0.39 | 186.38 | 0.44 | 0.42 |
| Hex | 3D | 91 | 9B | 3D | 6 | 0 | 27 | BA | 2C | 2A |
| Octal | 75 | 221 | 233 | 75 | 6 | 0 | 47 | 272 | 54 | 52 |
| Binary | 111101 | 10010001 | 10011011 | 111101 | 110 | 0 | 100111 | 10111010 | 101100 | 101010 |
Color Harmonies of #3D919B
Complementary color
Monochromatic Colors of #3D919B
Black with #3D919B
Text Example
Text Example
White with #3D919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D919B; }
p { color: rgb(61,145,155); }
H1.HeaderClassName
{
color: #3D919B;
}
.AnyTagClassName
{
color: #3D919B;
}
</style>
background-color css
<style>
a { background-color: #3D919B; }
a { background-color: rgb(61,145,155); }
div.DivClassName
{
background-color: #3D919B;
}
.BgClassName
{
background-color: #3D919B;
}
</style>
border-color css
<style>
span { border-color: #3D919B; }
span { border-color: rgb(61,145,155); }
td.TdClassName
{
border-color: #3D919B;
}
.TagClassName
{
border-color: #3D919B;
}
</style>