Html Css Color HEX #3C958C Blue Chill

📋 copy color: '#3C958C'

red 60 ◦ green 149 ◦ blue 140

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

Shades of Blue Chill #3C958C

Tints of Blue Chill #3C958C

RGB

 RED value IS 60 (23.83% from 255) = 17.19%

 GREEN value IS 149 (58.59% from 255) = 42.69%

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

R = 17.19%
G = 42.69%
B = 40.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#3C958C (or 0x3C958C) is known color: Blue Chill. HEX triplet: 3C, 95 and 8C. RGB value is (60,149,140). Sum of RGB (Red+Green+Blue) = 60+149+140=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #3C958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C958C is #C36A73. Grayscale: #797979. Windows color (decimal): -12806772 or 9213244. OLE color: 9213244.

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

Color convert

RGB 60 149 140 -
CMYK 0.60 0 0.06 0.42
HSL 173.93º 0.43% 0.41% -
HSV(B) 173.93º 0.6% 0.58% -
XYZ 17.34 24.35 28.6 -
YUV 121.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 60 149 140 0.60 0 0.06 0.42 173.93 0.43 0.41
Hex 3C 95 8C 3C 0 6 2A AE 2B 29
Octal 74 225 214 74 0 6 52 256 53 51
Binary 111100 10010101 10001100 111100 0 110 101010 10101110 101011 101001

Color Harmonies of #3C958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C958C

Black with #3C958C

Text Example


Text Example

White with #3C958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,140); }

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

background-color css

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

 a { background-color: rgb(60,149,140); }

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

border-color css

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

 span { border-color: rgb(60,149,140); }

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