#3B969A

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

Shades of Blue Chill #3B969A

Tints of Blue Chill #3B969A

Color information

#3B969A (or 0x3B969A) is unknown color: approx Blue Chill. HEX triplet: 3B, 96 and 9A. RGB value is (59,150,154). Sum of RGB (Red+Green+Blue) = 59+150+154=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B969A is #C46965. Grayscale: #7B7B7B. Windows color (decimal): -12872038 or 10131003. OLE color: 10131003.

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

Color convert

RGB59150154-
CMYK0.620.0300.40
HSL182.53º44.6%41.76%-
HSV(B)182.53º61.69%60.39%-
XYZ18.5425.0834.43-
YUV123.25145.3582.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.25%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=16.25%
G=41.32%
B=42.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591501540.620.0300.40182.5344.641.76
Hex3B969A3E3028b72d2a
Octal732262327630502675552
Binary111011100101101001101011111011010100010110111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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