#418888

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

Shades of Blue Chill #418888

Tints of Blue Chill #418888

Color information

#418888 (or 0x418888) is unknown color: approx Blue Chill. HEX triplet: 41, 88 and 88. RGB value is (65,136,136). Sum of RGB (Red+Green+Blue) = 65+136+136=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #418888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418888 is #BE7777. Grayscale: #727272. Windows color (decimal): -12482424 or 8947777. OLE color: 8947777.

HSL color Cylindrical-coordinate representation of color #418888: hue angle of 180º 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 #418888 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65136136-
CMYK0.52000.47
HSL180º35.32%39.41%-
HSV(B)180º52.21%53.33%-
XYZ15.4320.5126.44-
YUV114.77139.9892.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=19.29%
G=40.36%
B=40.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361360.52000.4718035.3239.41
Hex41888834002Fb42327
Octal1012102106400572644347
Binary100000110001000100010001101000010111110110100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418888; }

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

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

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

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

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

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

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

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