#418A90

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

Shades of Blue Chill #418A90

Tints of Blue Chill #418A90

Color information

#418A90 (or 0x418A90) is unknown color: approx Blue Chill. HEX triplet: 41, 8A and 90. RGB value is (65,138,144). Sum of RGB (Red+Green+Blue) = 65+138+144=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #418A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A90 is #BE756F. Grayscale: #747474. Windows color (decimal): -12481904 or 9472577. OLE color: 9472577.

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

Color convert

RGB65138144-
CMYK0.550.0400.44
HSL184.56º37.8%40.98%-
HSV(B)184.56º54.86%56.47%-
XYZ16.321.3129.64-
YUV116.86143.3291.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=18.73%
G=39.77%
B=41.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651381440.550.0400.44184.5637.840.98
Hex418A9037402Cb92629
Octal1012122206740542714651
Binary10000011000101010010000110111100010110010111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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