#368785

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

Shades of Blue Chill #368785

Tints of Blue Chill #368785

Color information

#368785 (or 0x368785) is unknown color: approx Blue Chill. HEX triplet: 36, 87 and 85. RGB value is (54,135,133). Sum of RGB (Red+Green+Blue) = 54+135+133=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #368785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368785 is #C9787A. Grayscale: #6E6E6E. Windows color (decimal): -13203579 or 8750902. OLE color: 8750902.

HSL color Cylindrical-coordinate representation of color #368785: hue angle of 178.52º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368785 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB54135133-
CMYK0.6000.010.47
HSL178.52º42.86%37.06%-
HSV(B)178.52º60%52.94%-
XYZ14.4219.8125.25-
YUV110.55140.6687.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=16.77%
G=41.93%
B=41.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541351330.6000.010.47178.5242.8637.06
Hex3687853C012Fb32b25
Octal662072057401572635345
Binary11011010000111100001011111000110111110110011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368785; }

 p { color: rgb(54,135,133); }

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

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

 a { background-color: rgb(54,135,133); }

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

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

 span { border-color: rgb(54,135,133); }

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