#3F969D

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

Shades of Blue Chill #3F969D

Tints of Blue Chill #3F969D

Color information

#3F969D (or 0x3F969D) is unknown color: approx Blue Chill. HEX triplet: 3F, 96 and 9D. RGB value is (63,150,157). Sum of RGB (Red+Green+Blue) = 63+150+157=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F969D is #C06962. Grayscale: #7C7C7C. Windows color (decimal): -12609891 or 10327615. OLE color: 10327615.

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

Color convert

RGB63150157-
CMYK0.600.0400.38
HSL184.47º42.73%43.14%-
HSV(B)184.47º59.87%61.57%-
XYZ19.0425.335.78-
YUV124.78146.1883.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.03%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=17.03%
G=40.54%
B=42.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631501570.600.0400.38184.4742.7343.14
Hex3F969D3C4026b82b2b
Octal772262357440462705353
Binary1111111001011010011101111100100010011010111000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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