#418788

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

Shades of Blue Chill #418788

Tints of Blue Chill #418788

Color information

#418788 (or 0x418788) is unknown color: approx Blue Chill. HEX triplet: 41, 87 and 88. RGB value is (65,135,136). Sum of RGB (Red+Green+Blue) = 65+135+136=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #418788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418788 is #BE7877. Grayscale: #727272. Windows color (decimal): -12482680 or 8947521. OLE color: 8947521.

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

Color convert

RGB65135136-
CMYK0.520.0100.47
HSL180.85º35.32%39.41%-
HSV(B)180.85º52.21%53.33%-
XYZ15.2920.2326.39-
YUV114.18140.3192.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=19.35%
G=40.18%
B=40.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351360.520.0100.47180.8535.3239.41
Hex41878834102Fb52327
Octal1012072106410572654347
Binary100000110000111100010001101001010111110110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418788; }

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

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

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

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

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

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

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

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