#369C8E

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

Shades of Gossamer #369C8E

Tints of Gossamer #369C8E

Color information

#369C8E (or 0x369C8E) is unknown color: approx Gossamer. HEX triplet: 36, 9C and 8E. RGB value is (54,156,142). Sum of RGB (Red+Green+Blue) = 54+156+142=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #369C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C8E is #C96371. Grayscale: #7B7B7B. Windows color (decimal): -13198194 or 9346102. OLE color: 9346102.

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

Color convert

RGB54156142-
CMYK0.6500.090.39
HSL171.76º48.57%41.18%-
HSV(B)171.76º65.38%61.18%-
XYZ18.2926.5129.74-
YUV123.91138.2178.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.34%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=15.34%
G=44.32%
B=40.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561420.6500.090.39171.7648.5741.18
Hex369C8E410927ac3129
Octal66234216101011472546151
Binary110110100111001000111010000010100110011110101100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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