Html Css Color HEX #40958C Blue Chill

📋 copy color: '#40958C'

red 64 ◦ green 149 ◦ blue 140

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

Shades of Blue Chill #40958C

Tints of Blue Chill #40958C

RGB

 RED value IS 64 (25.39% from 255) = 18.13%

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

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

R = 18.13%
G = 42.21%
B = 39.66%

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

#40958C (or 0x40958C) is known color: Blue Chill. HEX triplet: 40, 95 and 8C. RGB value is (64,149,140). Sum of RGB (Red+Green+Blue) = 64+149+140=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #40958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40958C is #BF6A73. Grayscale: #7A7A7A. Windows color (decimal): -12544628 or 9213248. OLE color: 9213248.

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

Color convert

RGB 64 149 140 -
CMYK 0.57 0 0.06 0.42
HSL 173.65º 0.4% 0.42% -
HSV(B) 173.65º 0.57% 0.58% -
XYZ 17.6 24.48 28.61 -
YUV 122.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 64 149 140 0.57 0 0.06 0.42 173.65 0.4 0.42
Hex 40 95 8C 39 0 6 2A AE 28 2A
Octal 100 225 214 71 0 6 52 256 50 52
Binary 1000000 10010101 10001100 111001 0 110 101010 10101110 101000 101010

Color Harmonies of #40958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40958C

Black with #40958C

Text Example


Text Example

White with #40958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40958C; }

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

 H1.HeaderClassName
 {
   color: #40958C;
 }
 .AnyTagClassName
 {
   color: #40958C;
 }
</style>

background-color css

<style>
 a { background-color: #40958C; }

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

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

border-color css

<style>
 span { border-color: #40958C; }

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

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