#3F969B

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

Shades of Blue Chill #3F969B

Tints of Blue Chill #3F969B

Color information

#3F969B (or 0x3F969B) is unknown color: approx Blue Chill. HEX triplet: 3F, 96 and 9B. RGB value is (63,150,155). Sum of RGB (Red+Green+Blue) = 63+150+155=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F969B is #C06964. Grayscale: #7C7C7C. Windows color (decimal): -12609893 or 10196543. OLE color: 10196543.

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

Color convert

RGB63150155-
CMYK0.590.0300.39
HSL183.26º42.2%42.75%-
HSV(B)183.26º59.35%60.78%-
XYZ18.8725.2434.89-
YUV124.56145.1884.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.12%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=17.12%
G=40.76%
B=42.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631501550.590.0300.39183.2642.242.75
Hex3F969B3B3027b72a2b
Octal772262337330472675253
Binary111111100101101001101111101111010011110110111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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