#418B8E

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

Shades of Blue Chill #418B8E

Tints of Blue Chill #418B8E

Color information

#418B8E (or 0x418B8E) is unknown color: approx Blue Chill. HEX triplet: 41, 8B and 8E. RGB value is (65,139,142). Sum of RGB (Red+Green+Blue) = 65+139+142=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #418B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418B8E is #BE7471. Grayscale: #757575. Windows color (decimal): -12481650 or 9341761. OLE color: 9341761.

HSL color Cylindrical-coordinate representation of color #418B8E: hue angle of 182.34º 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 #418B8E is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65139142-
CMYK0.540.0200.44
HSL182.34º37.2%40.59%-
HSV(B)182.34º54.23%55.69%-
XYZ16.321.5428.89-
YUV117.22141.9890.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=18.79%
G=40.17%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651391420.540.0200.44182.3437.240.59
Hex418B8E36202Cb62529
Octal1012132166620542664551
Binary1000001100010111000111011011010010110010110110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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