#41938D

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

Shades of Blue Chill #41938D

Tints of Blue Chill #41938D

Color information

#41938D (or 0x41938D) is unknown color: approx Blue Chill. HEX triplet: 41, 93 and 8D. RGB value is (65,147,141). Sum of RGB (Red+Green+Blue) = 65+147+141=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #41938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41938D is #BE6C72. Grayscale: #797979. Windows color (decimal): -12479603 or 9278273. OLE color: 9278273.

HSL color Cylindrical-coordinate representation of color #41938D: hue angle of 175.61º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41938D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB65147141-
CMYK0.5600.040.42
HSL175.61º38.68%41.57%-
HSV(B)175.61º55.78%57.65%-
XYZ17.4223.9128.9-
YUV121.8138.8387.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=18.41%
G=41.64%
B=39.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471410.5600.040.42175.6138.6841.57
Hex41938D38042Ab0272a
Octal1012232157004522604752
Binary10000011001001110001101111000010010101010110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,147,141); }

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

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

 a { background-color: rgb(65,147,141); }

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

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

 span { border-color: rgb(65,147,141); }

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