#36938D

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

Shades of Blue Chill #36938D

Tints of Blue Chill #36938D

Color information

#36938D (or 0x36938D) is unknown color: approx Blue Chill. HEX triplet: 36, 93 and 8D. RGB value is (54,147,141). Sum of RGB (Red+Green+Blue) = 54+147+141=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #36938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36938D is #C96C72. Grayscale: #767676. Windows color (decimal): -13200499 or 9278262. OLE color: 9278262.

HSL color Cylindrical-coordinate representation of color #36938D: hue angle of 176.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36938D is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB54147141-
CMYK0.6300.040.42
HSL176.13º46.27%39.41%-
HSV(B)176.13º63.27%57.65%-
XYZ16.7623.5728.87-
YUV118.51140.6981.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=15.79%
G=42.98%
B=41.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541471410.6300.040.42176.1346.2739.41
Hex36938D3F042Ab02e27
Octal662232157704522605647
Binary1101101001001110001101111111010010101010110000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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