#3F949A

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

Shades of Blue Chill #3F949A

Tints of Blue Chill #3F949A

Color information

#3F949A (or 0x3F949A) is unknown color: approx Blue Chill. HEX triplet: 3F, 94 and 9A. RGB value is (63,148,154). Sum of RGB (Red+Green+Blue) = 63+148+154=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F949A is #C06B65. Grayscale: #7B7B7B. Windows color (decimal): -12610406 or 10130495. OLE color: 10130495.

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

Color convert

RGB63148154-
CMYK0.590.0400.40
HSL183.96º41.94%42.55%-
HSV(B)183.96º59.09%60.39%-
XYZ18.4724.5734.34-
YUV123.27145.3485.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=17.26%
G=40.55%
B=42.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal631481540.590.0400.40183.9641.9442.55
Hex3F949A3B4028b82a2b
Octal772242327340502705253
Binary1111111001010010011010111011100010100010111000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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