Html Css Color HEX #3F968D Blue Chill

📋 copy color: '#3F968D'

red 63 ◦ green 150 ◦ blue 141

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

Shades of Blue Chill #3F968D

Tints of Blue Chill #3F968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 17.8%
G = 42.37%
B = 39.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#3F968D (or 0x3F968D) is known color: Blue Chill. HEX triplet: 3F, 96 and 8D. RGB value is (63,150,141). Sum of RGB (Red+Green+Blue) = 63+150+141=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #3F968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F968D is #C06972. Grayscale: #7A7A7A. Windows color (decimal): -12609907 or 9279039. OLE color: 9279039.

HSL color Cylindrical-coordinate representation of color #3F968D: hue angle of 173.79º 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 #3F968D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 150 141 -
CMYK 0.58 0 0.06 0.41
HSL 173.79º 0.41% 0.42% -
HSV(B) 173.79º 0.58% 0.59% -
XYZ 17.76 24.79 29.05 -
YUV 122.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 63 150 141 0.58 0 0.06 0.41 173.79 0.41 0.42
Hex 3F 96 8D 3A 0 6 29 AE 29 2A
Octal 77 226 215 72 0 6 51 256 51 52
Binary 111111 10010110 10001101 111010 0 110 101001 10101110 101001 101010

Color Harmonies of #3F968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F968D

Black with #3F968D

Text Example


Text Example

White with #3F968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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