#3F9498

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

Shades of Blue Chill #3F9498

Tints of Blue Chill #3F9498

Color information

#3F9498 (or 0x3F9498) is unknown color: approx Blue Chill. HEX triplet: 3F, 94 and 98. RGB value is (63,148,152). Sum of RGB (Red+Green+Blue) = 63+148+152=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F9498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9498 is #C06B67. Grayscale: #7A7A7A. Windows color (decimal): -12610408 or 9999423. OLE color: 9999423.

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

Color convert

RGB63148152-
CMYK0.590.0300.40
HSL182.7º41.4%42.16%-
HSV(B)182.7º58.55%59.61%-
XYZ18.3124.533.47-
YUV123.04144.3485.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=17.36%
G=40.77%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal631481520.590.0300.40182.741.442.16
Hex3F94983B3028b7292a
Octal772242307330502675152
Binary111111100101001001100011101111010100010110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,148,152); }

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

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

 a { background-color: rgb(63,148,152); }

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

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

 span { border-color: rgb(63,148,152); }

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