#3F9398

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

Shades of Blue Chill #3F9398

Tints of Blue Chill #3F9398

Color information

#3F9398 (or 0x3F9398) is unknown color: approx Blue Chill. HEX triplet: 3F, 93 and 98. RGB value is (63,147,152). Sum of RGB (Red+Green+Blue) = 63+147+152=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F9398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9398 is #C06C67. Grayscale: #7A7A7A. Windows color (decimal): -12610664 or 9999167. OLE color: 9999167.

HSL color Cylindrical-coordinate representation of color #3F9398: hue angle of 183.37º 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 #3F9398 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB63147152-
CMYK0.590.0300.40
HSL183.37º41.4%42.16%-
HSV(B)183.37º58.55%59.61%-
XYZ18.1524.1933.42-
YUV122.45144.6785.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=17.40%
G=40.61%
B=41.99%

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
Decimal631471520.590.0300.40183.3741.442.16
Hex3F93983B3028b7292a
Octal772232307330502675152
Binary111111100100111001100011101111010100010110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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