#3F8590

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

Shades of Blue Chill #3F8590

Tints of Blue Chill #3F8590

Color information

#3F8590 (or 0x3F8590) is unknown color: approx Blue Chill. HEX triplet: 3F, 85 and 90. RGB value is (63,133,144). Sum of RGB (Red+Green+Blue) = 63+133+144=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F8590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8590 is #C07A6F. Grayscale: #717171. Windows color (decimal): -12614256 or 9471295. OLE color: 9471295.

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

Color convert

RGB63133144-
CMYK0.560.0800.44
HSL188.15º39.13%40.59%-
HSV(B)188.15º56.25%56.47%-
XYZ15.4719.8529.4-
YUV113.32145.3192.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=18.53%
G=39.12%
B=42.35%

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
Decimal631331440.560.0800.44188.1539.1340.59
Hex3F859038802Cbc2729
Octal7720522070100542744751
Binary11111110000101100100001110001000010110010111100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,144); }

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

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

 a { background-color: rgb(63,133,144); }

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

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

 span { border-color: rgb(63,133,144); }

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