#3F868D

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

Shades of Blue Chill #3F868D

Tints of Blue Chill #3F868D

Color information

#3F868D (or 0x3F868D) is unknown color: approx Blue Chill. HEX triplet: 3F, 86 and 8D. RGB value is (63,134,141). Sum of RGB (Red+Green+Blue) = 63+134+141=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F868D is #C07972. Grayscale: #717171. Windows color (decimal): -12614003 or 9274943. OLE color: 9274943.

HSL color Cylindrical-coordinate representation of color #3F868D: hue angle of 185.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F868D is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63134141-
CMYK0.550.0500.45
HSL185.38º38.24%40%-
HSV(B)185.38º55.32%55.29%-
XYZ15.3820.0328.25-
YUV113.57143.4891.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=18.64%
G=39.64%
B=41.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631341410.550.0500.45185.3838.2440
Hex3F868D37502Db92628
Octal772062156750552714650
Binary1111111000011010001101110111101010110110111001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,141); }

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

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

 a { background-color: rgb(63,134,141); }

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

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

 span { border-color: rgb(63,134,141); }

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