Html Css Color HEX #40888F Blue Chill

📋 copy color: '#40888F'

red 64 ◦ green 136 ◦ blue 143

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

Shades of Blue Chill #40888F

Tints of Blue Chill #40888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 18.66%
G = 39.65%
B = 41.69%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40888F (or 0x40888F) is known color: Blue Chill. HEX triplet: 40, 88 and 8F. RGB value is (64,136,143). Sum of RGB (Red+Green+Blue) = 64+136+143=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #40888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40888F is #BF7770. Grayscale: #737373. Windows color (decimal): -12547953 or 9406528. OLE color: 9406528.

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

Color convert

RGB 64 136 143 -
CMYK 0.55 0.05 0 0.44
HSL 185.32º 0.38% 0.41% -
HSV(B) 185.32º 0.55% 0.56% -
XYZ 15.88 20.68 29.14 -
YUV 115.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 64 136 143 0.55 0.05 0 0.44 185.32 0.38 0.41
Hex 40 88 8F 37 5 0 2C B9 26 29
Octal 100 210 217 67 5 0 54 271 46 51
Binary 1000000 10001000 10001111 110111 101 0 101100 10111001 100110 101001

Color Harmonies of #40888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40888F

Black with #40888F

Text Example


Text Example

White with #40888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40888F; }

 p { color: rgb(64,136,143); }

 H1.HeaderClassName
 {
   color: #40888F;
 }
 .AnyTagClassName
 {
   color: #40888F;
 }
</style>

background-color css

<style>
 a { background-color: #40888F; }

 a { background-color: rgb(64,136,143); }

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

border-color css

<style>
 span { border-color: #40888F; }

 span { border-color: rgb(64,136,143); }

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