#369B96

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

Shades of Blue Chill #369B96

Tints of Blue Chill #369B96

Color information

#369B96 (or 0x369B96) is unknown color: approx Blue Chill. HEX triplet: 36, 9B and 96. RGB value is (54,155,150). Sum of RGB (Red+Green+Blue) = 54+155+150=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #369B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B96 is #C96469. Grayscale: #7C7C7C. Windows color (decimal): -13198442 or 9870134. OLE color: 9870134.

HSL color Cylindrical-coordinate representation of color #369B96: hue angle of 177.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B96 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB54155150-
CMYK0.6500.030.39
HSL177.03º48.33%40.98%-
HSV(B)177.03º65.16%60.78%-
XYZ18.7526.4332.97-
YUV124.23142.5477.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.04%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=15.04%
G=43.18%
B=41.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541551500.6500.030.39177.0348.3340.98
Hex369B96410327b13029
Octal6623322610103472616051
Binary1101101001101110010110100000101110011110110001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369B96; }

 p { color: rgb(54,155,150); }

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

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

 a { background-color: rgb(54,155,150); }

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

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

 span { border-color: rgb(54,155,150); }

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