#368387

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

Shades of Blue Chill #368387

Tints of Blue Chill #368387

Color information

#368387 (or 0x368387) is unknown color: approx Blue Chill. HEX triplet: 36, 83 and 87. RGB value is (54,131,135). Sum of RGB (Red+Green+Blue) = 54+131+135=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #368387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368387 is #C97C78. Grayscale: #6C6C6C. Windows color (decimal): -13204601 or 8880950. OLE color: 8880950.

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

Color convert

RGB54131135-
CMYK0.600.0300.47
HSL182.96º42.86%37.06%-
HSV(B)182.96º60%52.94%-
XYZ14.0118.7725.81-
YUV108.43142.9989.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=16.88%
G=40.94%
B=42.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541311350.600.0300.47182.9642.8637.06
Hex3683873C302Fb72b25
Octal662032077430572675345
Binary110110100000111000011111110011010111110110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368387; }

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

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

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

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

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

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

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

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