#368D85

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

Shades of Blue Chill #368D85

Tints of Blue Chill #368D85

Color information

#368D85 (or 0x368D85) is unknown color: approx Blue Chill. HEX triplet: 36, 8D and 85. RGB value is (54,141,133). Sum of RGB (Red+Green+Blue) = 54+141+133=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #368D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D85 is #C9727A. Grayscale: #727272. Windows color (decimal): -13202043 or 8752438. OLE color: 8752438.

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

Color convert

RGB54141133-
CMYK0.6200.060.45
HSL174.48º44.62%38.24%-
HSV(B)174.48º61.7%55.29%-
XYZ15.2821.5325.54-
YUV114.08138.6885.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=16.46%
G=42.99%
B=40.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541411330.6200.060.45174.4844.6238.24
Hex368D853E062Dae2d26
Octal662152057606552565546
Binary1101101000110110000101111110011010110110101110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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