#36968B

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

Shades of Gossamer #36968B

Tints of Gossamer #36968B

Color information

#36968B (or 0x36968B) is unknown color: approx Gossamer. HEX triplet: 36, 96 and 8B. RGB value is (54,150,139). Sum of RGB (Red+Green+Blue) = 54+150+139=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #36968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36968B is #C96974. Grayscale: #777777. Windows color (decimal): -13199733 or 9147958. OLE color: 9147958.

HSL color Cylindrical-coordinate representation of color #36968B: hue angle of 173.12º 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 #36968B is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB54150139-
CMYK0.6400.070.41
HSL173.12º47.06%40%-
HSV(B)173.12º64%58.82%-
XYZ17.0924.4628.25-
YUV120.04138.780.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=15.74%
G=43.73%
B=40.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501390.6400.070.41173.1247.0640
Hex36968B400729ad2f28
Octal6622621310007512555750
Binary11011010010110100010111000000011110100110101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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