#3F959B

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

Shades of Blue Chill #3F959B

Tints of Blue Chill #3F959B

Color information

#3F959B (or 0x3F959B) is unknown color: approx Blue Chill. HEX triplet: 3F, 95 and 9B. RGB value is (63,149,155). Sum of RGB (Red+Green+Blue) = 63+149+155=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 149 (58.59% from 255 or 40.60% 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 #3F959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F959B is #C06A64. Grayscale: #7B7B7B. Windows color (decimal): -12610149 or 10196287. OLE color: 10196287.

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

Color convert

RGB63149155-
CMYK0.590.0400.39
HSL183.91º42.2%42.75%-
HSV(B)183.91º59.35%60.78%-
XYZ18.7124.9234.83-
YUV123.97145.5184.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=17.17%
G=40.60%
B=42.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631491550.590.0400.39183.9142.242.75
Hex3F959B3B4027b82a2b
Octal772252337340472705253
Binary1111111001010110011011111011100010011110111000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,149,155); }

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

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

 a { background-color: rgb(63,149,155); }

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

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

 span { border-color: rgb(63,149,155); }

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