#369F8B

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

Shades of Gossamer #369F8B

Tints of Gossamer #369F8B

Color information

#369F8B (or 0x369F8B) is unknown color: approx Gossamer. HEX triplet: 36, 9F and 8B. RGB value is (54,159,139). Sum of RGB (Red+Green+Blue) = 54+159+139=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #369F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369F8B is #C96074. Grayscale: #7D7D7D. Windows color (decimal): -13197429 or 9150262. OLE color: 9150262.

HSL color Cylindrical-coordinate representation of color #369F8B: hue angle of 168.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F8B is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB54159139-
CMYK0.6600.130.38
HSL168.57º49.3%41.76%-
HSV(B)168.57º66.04%62.35%-
XYZ18.5827.4428.74-
YUV125.32135.7177.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.34%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=15.34%
G=45.17%
B=39.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591390.6600.130.38168.5749.341.76
Hex369F8B420D26a9312a
Octal66237213102015462516152
Binary110110100111111000101110000100110110011010101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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