Html Css Color HEX #40958E Blue Chill

📋 copy color: '#40958E'

red 64 ◦ green 149 ◦ blue 142

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

Shades of Blue Chill #40958E

Tints of Blue Chill #40958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 18.03%
G = 41.97%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#40958E (or 0x40958E) is known color: Blue Chill. HEX triplet: 40, 95 and 8E. RGB value is (64,149,142). Sum of RGB (Red+Green+Blue) = 64+149+142=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #40958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40958E is #BF6A71. Grayscale: #7A7A7A. Windows color (decimal): -12544626 or 9344320. OLE color: 9344320.

HSL color Cylindrical-coordinate representation of color #40958E: hue angle of 175.06º 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 #40958E is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 149 142 -
CMYK 0.57 0 0.05 0.42
HSL 175.06º 0.4% 0.42% -
HSV(B) 175.06º 0.57% 0.58% -
XYZ 17.74 24.54 29.39 -
YUV 122.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 64 149 142 0.57 0 0.05 0.42 175.06 0.4 0.42
Hex 40 95 8E 39 0 5 2A AF 28 2A
Octal 100 225 216 71 0 5 52 257 50 52
Binary 1000000 10010101 10001110 111001 0 101 101010 10101111 101000 101010

Color Harmonies of #40958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40958E

Black with #40958E

Text Example


Text Example

White with #40958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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