#3D968C

Color #3D968C Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3D968C

Tints of Blue Chill #3D968C

Color information

#3D968C (or 0x3D968C) is unknown color: approx Blue Chill. HEX triplet: 3D, 96 and 8C. RGB value is (61,150,140). Sum of RGB (Red+Green+Blue) = 61+150+140=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #3D968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D968C is #C26973. Grayscale: #7A7A7A. Windows color (decimal): -12740980 or 9213501. OLE color: 9213501.

HSL color Cylindrical-coordinate representation of color #3D968C: hue angle of 173.26º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D968C is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB61150140-
CMYK0.5900.070.41
HSL173.26º42.18%41.37%-
HSV(B)173.26º59.33%58.82%-
XYZ17.5624.728.65-
YUV122.25138.0184.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 17.38%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=17.38%
G=42.74%
B=39.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501400.5900.070.41173.2642.1841.37
Hex3D968C3B0729ad2a29
Octal752262147307512555251
Binary1111011001011010001100111011011110100110101101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D968C; }

 p { color: rgb(61,150,140); }

 H1.HeaderClassName
 {
   color: #3D968C;
 }
 .AnyTagClassName
 {
   color: #3D968C;
 }
</style>
background-color css

<style>
 a { background-color: #3D968C; }

 a { background-color: rgb(61,150,140); }

 div.DivClassName
 {
   background-color: #3D968C;
 }
 .BgClassName
 {
   background-color: #3D968C;
 }
</style>
border-color css

<style>
 span { border-color: #3D968C; }

 span { border-color: rgb(61,150,140); }

 td.TdClassName
 {
   border-color: #3D968C;
 }
 .TagClassName
 {
   border-color: #3D968C;
 }
</style>