#3F848F

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

Shades of Blue Chill #3F848F

Tints of Blue Chill #3F848F

Color information

#3F848F (or 0x3F848F) is unknown color: approx Blue Chill. HEX triplet: 3F, 84 and 8F. RGB value is (63,132,143). Sum of RGB (Red+Green+Blue) = 63+132+143=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F848F is #C07B70. Grayscale: #707070. Windows color (decimal): -12614513 or 9405503. OLE color: 9405503.

HSL color Cylindrical-coordinate representation of color #3F848F: hue angle of 188.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F848F is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB63132143-
CMYK0.560.0800.44
HSL188.25º38.83%40.39%-
HSV(B)188.25º55.94%56.08%-
XYZ15.2619.5428.95-
YUV112.62145.1492.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=18.64%
G=39.05%
B=42.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631321430.560.0800.44188.2538.8340.39
Hex3F848F38802Cbc2728
Octal7720421770100542744750
Binary11111110000100100011111110001000010110010111100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,132,143); }

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

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

 a { background-color: rgb(63,132,143); }

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

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

 span { border-color: rgb(63,132,143); }

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