#3F9C93

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

Shades of Blue Chill #3F9C93

Tints of Blue Chill #3F9C93

Color information

#3F9C93 (or 0x3F9C93) is unknown color: approx Blue Chill. HEX triplet: 3F, 9C and 93. RGB value is (63,156,147). Sum of RGB (Red+Green+Blue) = 63+156+147=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9C93 is #C0636C. Grayscale: #7F7F7F. Windows color (decimal): -12608365 or 9673791. OLE color: 9673791.

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

Color convert

RGB63156147-
CMYK0.6000.060.39
HSL174.19º42.47%42.94%-
HSV(B)174.19º59.62%61.18%-
XYZ19.226.9431.79-
YUV127.17139.1982.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.21%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=17.21%
G=42.62%
B=40.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631561470.6000.060.39174.1942.4742.94
Hex3F9C933C0627ae2a2b
Octal772342237406472565253
Binary1111111001110010010011111100011010011110101110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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