#3E969B

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

Shades of Blue Chill #3E969B

Tints of Blue Chill #3E969B

Color information

#3E969B (or 0x3E969B) is unknown color: approx Blue Chill. HEX triplet: 3E, 96 and 9B. RGB value is (62,150,155). Sum of RGB (Red+Green+Blue) = 62+150+155=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E969B is #C16964. Grayscale: #7C7C7C. Windows color (decimal): -12675429 or 10196542. OLE color: 10196542.

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

Color convert

RGB62150155-
CMYK0.60.0300.39
HSL183.23º42.86%42.55%-
HSV(B)183.23º60%60.78%-
XYZ18.8125.234.88-
YUV124.26145.3583.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.89%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=16.89%
G=40.87%
B=42.23%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621501550.60.0300.39183.2342.8642.55
Hex3E969B3C3027b72b2b
Octal762262337430472675353
Binary111110100101101001101111110011010011110110111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,150,155); }

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

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

 a { background-color: rgb(62,150,155); }

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

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

 span { border-color: rgb(62,150,155); }

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