#41888A

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

Shades of Blue Chill #41888A

Tints of Blue Chill #41888A

Color information

#41888A (or 0x41888A) is unknown color: approx Blue Chill. HEX triplet: 41, 88 and 8A. RGB value is (65,136,138). Sum of RGB (Red+Green+Blue) = 65+136+138=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #41888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41888A is #BE7775. Grayscale: #727272. Windows color (decimal): -12482422 or 9078849. OLE color: 9078849.

HSL color Cylindrical-coordinate representation of color #41888A: hue angle of 181.64º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41888A is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65136138-
CMYK0.530.0100.46
HSL181.64º35.96%39.8%-
HSV(B)181.64º52.9%54.12%-
XYZ15.5720.5727.19-
YUV115140.9892.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=19.17%
G=40.12%
B=40.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651361380.530.0100.46181.6435.9639.8
Hex41888A35102Eb62428
Octal1012102126510562664450
Binary100000110001000100010101101011010111010110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41888A; }

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

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

<style>
 a { background-color: #41888A; }

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

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

<style>
 span { border-color: #41888A; }

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

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