#3F979C

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

Shades of Blue Chill #3F979C

Tints of Blue Chill #3F979C

Color information

#3F979C (or 0x3F979C) is unknown color: approx Blue Chill. HEX triplet: 3F, 97 and 9C. RGB value is (63,151,156). Sum of RGB (Red+Green+Blue) = 63+151+156=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F979C is #C06863. Grayscale: #7D7D7D. Windows color (decimal): -12609636 or 10262335. OLE color: 10262335.

HSL color Cylindrical-coordinate representation of color #3F979C: hue angle of 183.23º degrees, saturation: 0.42, 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 #3F979C is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB63151156-
CMYK0.600.0300.39
HSL183.23º42.47%42.94%-
HSV(B)183.23º59.62%61.18%-
XYZ19.1225.5935.38-
YUV125.26145.3583.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.03%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=17.03%
G=40.81%
B=42.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631511560.600.0300.39183.2342.4742.94
Hex3F979C3C3027b72a2b
Octal772272347430472675253
Binary111111100101111001110011110011010011110110111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,151,156); }

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

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

 a { background-color: rgb(63,151,156); }

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

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

 span { border-color: rgb(63,151,156); }

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