#3D969A

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

Shades of Blue Chill #3D969A

Tints of Blue Chill #3D969A

Color information

#3D969A (or 0x3D969A) is unknown color: approx Blue Chill. HEX triplet: 3D, 96 and 9A. RGB value is (61,150,154). Sum of RGB (Red+Green+Blue) = 61+150+154=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D969A is #C26965. Grayscale: #7B7B7B. Windows color (decimal): -12740966 or 10131005. OLE color: 10131005.

HSL color Cylindrical-coordinate representation of color #3D969A: hue angle of 182.58º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D969A is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB61150154-
CMYK0.600.0300.40
HSL182.58º43.26%42.16%-
HSV(B)182.58º60.39%60.39%-
XYZ18.6625.1434.44-
YUV123.84145.0183.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.71%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=16.71%
G=41.10%
B=42.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal611501540.600.0300.40182.5843.2642.16
Hex3D969A3C3028b72b2a
Octal752262327430502675352
Binary111101100101101001101011110011010100010110111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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