#3F939D

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

Shades of Blue Chill #3F939D

Tints of Blue Chill #3F939D

Color information

#3F939D (or 0x3F939D) is unknown color: approx Blue Chill. HEX triplet: 3F, 93 and 9D. RGB value is (63,147,157). Sum of RGB (Red+Green+Blue) = 63+147+157=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F939D is #C06C62. Grayscale: #7A7A7A. Windows color (decimal): -12610659 or 10326847. OLE color: 10326847.

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

Color convert

RGB63147157-
CMYK0.600.0600.38
HSL186.38º42.73%43.14%-
HSV(B)186.38º59.87%61.57%-
XYZ18.5724.3635.62-
YUV123.02147.1785.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=17.17%
G=40.05%
B=42.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631471570.600.0600.38186.3842.7343.14
Hex3F939D3C6026ba2b2b
Octal772232357460462725353
Binary1111111001001110011101111100110010011010111010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,147,157); }

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

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

 a { background-color: rgb(63,147,157); }

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

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

 span { border-color: rgb(63,147,157); }

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