Html Css Color HEX #3F968C Blue Chill

📋 copy color: '#3F968C'

red 63 ◦ green 150 ◦ blue 140

#3F968C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #3F968C

Tints of Blue Chill #3F968C

RGB

 RED value IS 63 (25% from 255) = 17.85%

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 17.85%
G = 42.49%
B = 39.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#3F968C (or 0x3F968C) is known color: Blue Chill. HEX triplet: 3F, 96 and 8C. RGB value is (63,150,140). Sum of RGB (Red+Green+Blue) = 63+150+140=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #3F968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F968C is #C06973. Grayscale: #7A7A7A. Windows color (decimal): -12609908 or 9213503. OLE color: 9213503.

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

Color convert

RGB 63 150 140 -
CMYK 0.58 0 0.07 0.41
HSL 173.1º 0.41% 0.42% -
HSV(B) 173.1º 0.58% 0.59% -
XYZ 17.69 24.76 28.66 -
YUV 122.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 63 150 140 0.58 0 0.07 0.41 173.1 0.41 0.42
Hex 3F 96 8C 3A 0 7 29 AD 29 2A
Octal 77 226 214 72 0 7 51 255 51 52
Binary 111111 10010110 10001100 111010 0 111 101001 10101101 101001 101010

Color Harmonies of #3F968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F968C

Black with #3F968C

Text Example


Text Example

White with #3F968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F968C;
 }
 .AnyTagClassName
 {
   color: #3F968C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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