#368E85

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

Shades of Blue Chill #368E85

Tints of Blue Chill #368E85

Color information

#368E85 (or 0x368E85) is unknown color: approx Blue Chill. HEX triplet: 36, 8E and 85. RGB value is (54,142,133). Sum of RGB (Red+Green+Blue) = 54+142+133=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #368E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E85 is #C9717A. Grayscale: #727272. Windows color (decimal): -13201787 or 8752694. OLE color: 8752694.

HSL color Cylindrical-coordinate representation of color #368E85: hue angle of 173.86º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E85 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB54142133-
CMYK0.6200.060.44
HSL173.86º44.9%38.43%-
HSV(B)173.86º61.97%55.69%-
XYZ15.4321.8225.59-
YUV114.66138.3584.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=16.41%
G=43.16%
B=40.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541421330.6200.060.44173.8644.938.43
Hex368E853E062Cae2d26
Octal662162057606542565546
Binary1101101000111010000101111110011010110010101110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368E85; }

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

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

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

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

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

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

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

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