Html Css Color HEX #40988F Blue Chill

📋 copy color: '#40988F'

red 64 ◦ green 152 ◦ blue 143

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

Shades of Blue Chill #40988F

Tints of Blue Chill #40988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

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

R = 17.83%
G = 42.34%
B = 39.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#40988F (or 0x40988F) is known color: Blue Chill. HEX triplet: 40, 98 and 8F. RGB value is (64,152,143). Sum of RGB (Red+Green+Blue) = 64+152+143=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #40988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988F is #BF6770. Grayscale: #7C7C7C. Windows color (decimal): -12543857 or 9410624. OLE color: 9410624.

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

Color convert

RGB 64 152 143 -
CMYK 0.58 0 0.06 0.40
HSL 173.86º 0.41% 0.42% -
HSV(B) 173.86º 0.58% 0.6% -
XYZ 18.3 25.53 29.95 -
YUV 124.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 64 152 143 0.58 0 0.06 0.40 173.86 0.41 0.42
Hex 40 98 8F 3A 0 6 28 AE 29 2A
Octal 100 230 217 72 0 6 50 256 51 52
Binary 1000000 10011000 10001111 111010 0 110 101000 10101110 101001 101010

Color Harmonies of #40988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40988F

Black with #40988F

Text Example


Text Example

White with #40988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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