#418885

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

Shades of Blue Chill #418885

Tints of Blue Chill #418885

Color information

#418885 (or 0x418885) is unknown color: approx Blue Chill. HEX triplet: 41, 88 and 85. RGB value is (65,136,133). Sum of RGB (Red+Green+Blue) = 65+136+133=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #418885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418885 is #BE777A. Grayscale: #727272. Windows color (decimal): -12482427 or 8751169. OLE color: 8751169.

HSL color Cylindrical-coordinate representation of color #418885: hue angle of 177.46º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418885 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB65136133-
CMYK0.5200.020.47
HSL177.46º35.32%39.41%-
HSV(B)177.46º52.21%53.33%-
XYZ15.2220.4325.33-
YUV114.43138.4892.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=19.46%
G=40.72%
B=39.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361330.5200.020.47177.4635.3239.41
Hex41888534022Fb12327
Octal1012102056402572614347
Binary1000001100010001000010111010001010111110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418885; }

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

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

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

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

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

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

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

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