#3F9690

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

Shades of Blue Chill #3F9690

Tints of Blue Chill #3F9690

Color information

#3F9690 (or 0x3F9690) is unknown color: approx Blue Chill. HEX triplet: 3F, 96 and 90. RGB value is (63,150,144). Sum of RGB (Red+Green+Blue) = 63+150+144=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9690 is #C0696F. Grayscale: #7B7B7B. Windows color (decimal): -12609904 or 9475647. OLE color: 9475647.

HSL color Cylindrical-coordinate representation of color #3F9690: hue angle of 175.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9690 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB63150144-
CMYK0.5800.040.41
HSL175.86º40.85%41.76%-
HSV(B)175.86º58%58.82%-
XYZ17.9924.8830.24-
YUV123.3139.6884.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.65%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=17.65%
G=42.02%
B=40.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501440.5800.040.41175.8640.8541.76
Hex3F96903A0429b0292a
Octal772262207204512605152
Binary1111111001011010010000111010010010100110110000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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