#40898D

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

Shades of Blue Chill #40898D

Tints of Blue Chill #40898D

Color information

#40898D (or 0x40898D) is unknown color: approx Blue Chill. HEX triplet: 40, 89 and 8D. RGB value is (64,137,141). Sum of RGB (Red+Green+Blue) = 64+137+141=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #40898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40898D is #BF7672. Grayscale: #737373. Windows color (decimal): -12547699 or 9275712. OLE color: 9275712.

HSL color Cylindrical-coordinate representation of color #40898D: hue angle of 183.12º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40898D is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64137141-
CMYK0.550.0300.45
HSL183.12º37.56%40.2%-
HSV(B)183.12º54.61%55.29%-
XYZ15.8720.928.4-
YUV115.63142.3291.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=18.71%
G=40.06%
B=41.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641371410.550.0300.45183.1237.5640.2
Hex40898D37302Db72628
Octal1002112156730552674650
Binary1000000100010011000110111011111010110110110111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40898D; }

 p { color: rgb(64,137,141); }

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

<style>
 a { background-color: #40898D; }

 a { background-color: rgb(64,137,141); }

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

<style>
 span { border-color: #40898D; }

 span { border-color: rgb(64,137,141); }

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