#369C7E

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

Shades of Gossamer #369C7E

Tints of Gossamer #369C7E

Color information

#369C7E (or 0x369C7E) is unknown color: approx Gossamer. HEX triplet: 36, 9C and 7E. RGB value is (54,156,126). Sum of RGB (Red+Green+Blue) = 54+156+126=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #369C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C7E is #C96381. Grayscale: #7A7A7A. Windows color (decimal): -13198210 or 8297526. OLE color: 8297526.

HSL color Cylindrical-coordinate representation of color #369C7E: hue angle of 162.35º degrees, saturation: 0.49, 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 #369C7E is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB54156126-
CMYK0.6500.190.39
HSL162.35º48.57%41.18%-
HSV(B)162.35º65.38%61.18%-
XYZ17.1826.0723.86-
YUV122.08130.2179.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=16.07%
G=46.43%
B=37.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561260.6500.190.39162.3548.5741.18
Hex369C7E4101327a23129
Octal66234176101023472426151
Binary110110100111001111110100000101001110011110100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,156,126); }

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

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

 a { background-color: rgb(54,156,126); }

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

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

 span { border-color: rgb(54,156,126); }

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