#418E89

Color #418E89 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #418E89

Tints of Blue Chill #418E89

Color information

#418E89 (or 0x418E89) is unknown color: approx Blue Chill. HEX triplet: 41, 8E and 89. RGB value is (65,142,137). Sum of RGB (Red+Green+Blue) = 65+142+137=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #418E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E89 is #BE7176. Grayscale: #767676. Windows color (decimal): -12480887 or 9014849. OLE color: 9014849.

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

Color convert

RGB65142137-
CMYK0.5400.040.44
HSL176.1º37.2%40.59%-
HSV(B)176.1º54.23%55.69%-
XYZ16.3722.2827.1-
YUV118.41138.4989.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=18.90%
G=41.28%
B=39.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421370.5400.040.44176.137.240.59
Hex418E8936042Cb02529
Octal1012162116604542604551
Binary10000011000111010001001110110010010110010110000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418E89; }

 p { color: rgb(65,142,137); }

 H1.HeaderClassName
 {
   color: #418E89;
 }
 .AnyTagClassName
 {
   color: #418E89;
 }
</style>
background-color css

<style>
 a { background-color: #418E89; }

 a { background-color: rgb(65,142,137); }

 div.DivClassName
 {
   background-color: #418E89;
 }
 .BgClassName
 {
   background-color: #418E89;
 }
</style>
border-color css

<style>
 span { border-color: #418E89; }

 span { border-color: rgb(65,142,137); }

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