Html Css Color HEX #40908A Blue Chill

📋 copy color: '#40908A'

red 64 ◦ green 144 ◦ blue 138

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

Shades of Blue Chill #40908A

Tints of Blue Chill #40908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.62%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 18.5%
G = 41.62%
B = 39.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#40908A (or 0x40908A) is known color: Blue Chill. HEX triplet: 40, 90 and 8A. RGB value is (64,144,138). Sum of RGB (Red+Green+Blue) = 64+144+138=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #40908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40908A is #BF6F75. Grayscale: #777777. Windows color (decimal): -12545910 or 9080896. OLE color: 9080896.

HSL color Cylindrical-coordinate representation of color #40908A: hue angle of 175.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40908A is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 138 -
CMYK 0.56 0 0.04 0.44
HSL 175.5º 0.38% 0.41% -
HSV(B) 175.5º 0.56% 0.56% -
XYZ 16.68 22.87 27.58 -
YUV 119.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 64 144 138 0.56 0 0.04 0.44 175.5 0.38 0.41
Hex 40 90 8A 38 0 4 2C B0 26 29
Octal 100 220 212 70 0 4 54 260 46 51
Binary 1000000 10010000 10001010 111000 0 100 101100 10110000 100110 101001

Color Harmonies of #40908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40908A

Black with #40908A

Text Example


Text Example

White with #40908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40908A; }

 p { color: rgb(64,144,138); }

 H1.HeaderClassName
 {
   color: #40908A;
 }
 .AnyTagClassName
 {
   color: #40908A;
 }
</style>

background-color css

<style>
 a { background-color: #40908A; }

 a { background-color: rgb(64,144,138); }

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

border-color css

<style>
 span { border-color: #40908A; }

 span { border-color: rgb(64,144,138); }

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