#368586

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

Shades of Blue Chill #368586

Tints of Blue Chill #368586

Color information

#368586 (or 0x368586) is unknown color: approx Blue Chill. HEX triplet: 36, 85 and 86. RGB value is (54,133,134). Sum of RGB (Red+Green+Blue) = 54+133+134=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #368586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368586 is #C97A79. Grayscale: #6D6D6D. Windows color (decimal): -13204090 or 8815926. OLE color: 8815926.

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

Color convert

RGB54133134-
CMYK0.600.0100.47
HSL180.75º42.55%36.86%-
HSV(B)180.75º59.7%52.55%-
XYZ14.2119.2825.53-
YUV109.49141.8388.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=16.82%
G=41.43%
B=41.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541331340.600.0100.47180.7542.5536.86
Hex3685863C102Fb52b25
Octal662052067410572655345
Binary11011010000101100001101111001010111110110101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368586; }

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

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

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

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

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

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

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

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