#418A8E

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

Shades of Blue Chill #418A8E

Tints of Blue Chill #418A8E

Color information

#418A8E (or 0x418A8E) is unknown color: approx Blue Chill. HEX triplet: 41, 8A and 8E. RGB value is (65,138,142). Sum of RGB (Red+Green+Blue) = 65+138+142=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #418A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A8E is #BE7571. Grayscale: #747474. Windows color (decimal): -12481906 or 9341505. OLE color: 9341505.

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

Color convert

RGB65138142-
CMYK0.540.0300.44
HSL183.12º37.2%40.59%-
HSV(B)183.12º54.23%55.69%-
XYZ16.1521.2528.84-
YUV116.63142.3291.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 138 (54.30% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=18.84%
G=40%
B=41.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651381420.540.0300.44183.1237.240.59
Hex418A8E36302Cb72529
Octal1012122166630542674551
Binary1000001100010101000111011011011010110010110111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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