#36968D

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

Shades of Blue Chill #36968D

Tints of Blue Chill #36968D

Color information

#36968D (or 0x36968D) is unknown color: approx Blue Chill. HEX triplet: 36, 96 and 8D. RGB value is (54,150,141). Sum of RGB (Red+Green+Blue) = 54+150+141=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #36968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36968D is #C96972. Grayscale: #787878. Windows color (decimal): -13199731 or 9279030. OLE color: 9279030.

HSL color Cylindrical-coordinate representation of color #36968D: hue angle of 174.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36968D is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB54150141-
CMYK0.6400.060.41
HSL174.38º47.06%40%-
HSV(B)174.38º64%58.82%-
XYZ17.2424.5229.02-
YUV120.27139.780.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=15.65%
G=43.48%
B=40.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501410.6400.060.41174.3847.0640
Hex36968D400629ae2f28
Octal6622621510006512565750
Binary11011010010110100011011000000011010100110101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36968D; }

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

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

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

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

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

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

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

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