Html Css Color HEX #3F948B Blue Chill

📋 copy color: '#3F948B'

red 63 ◦ green 148 ◦ blue 139

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

Shades of Blue Chill #3F948B

Tints of Blue Chill #3F948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 18%
G = 42.29%
B = 39.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#3F948B (or 0x3F948B) is known color: Blue Chill. HEX triplet: 3F, 94 and 8B. RGB value is (63,148,139). Sum of RGB (Red+Green+Blue) = 63+148+139=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #3F948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F948B is #C06B74. Grayscale: #797979. Windows color (decimal): -12610421 or 9147455. OLE color: 9147455.

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

Color convert

RGB 63 148 139 -
CMYK 0.57 0 0.06 0.42
HSL 173.65º 0.4% 0.41% -
HSV(B) 173.65º 0.57% 0.58% -
XYZ 17.3 24.1 28.17 -
YUV 121.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 63 148 139 0.57 0 0.06 0.42 173.65 0.4 0.41
Hex 3F 94 8B 39 0 6 2A AE 28 29
Octal 77 224 213 71 0 6 52 256 50 51
Binary 111111 10010100 10001011 111001 0 110 101010 10101110 101000 101001

Color Harmonies of #3F948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F948B

Black with #3F948B

Text Example


Text Example

White with #3F948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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