#359A8A

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

Shades of Gossamer #359A8A

Tints of Gossamer #359A8A

Color information

#359A8A (or 0x359A8A) is unknown color: approx Gossamer. HEX triplet: 35, 9A and 8A. RGB value is (53,154,138). Sum of RGB (Red+Green+Blue) = 53+154+138=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #359A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A8A is #CA6575. Grayscale: #797979. Windows color (decimal): -13264246 or 9083445. OLE color: 9083445.

HSL color Cylindrical-coordinate representation of color #359A8A: hue angle of 170.5º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A8A is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB53154138-
CMYK0.6600.100.40
HSL170.5º48.79%40.59%-
HSV(B)170.5º65.58%60.39%-
XYZ17.6125.728.08-
YUV121.98137.0478.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 138 (54.30% from 255) = 40%
R=15.36%
G=44.64%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531541380.6600.100.40170.548.7940.59
Hex359A8A420A28aa3129
Octal65232212102012502526151
Binary110101100110101000101010000100101010100010101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359A8A; }

 p { color: rgb(53,154,138); }

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

<style>
 a { background-color: #359A8A; }

 a { background-color: rgb(53,154,138); }

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

<style>
 span { border-color: #359A8A; }

 span { border-color: rgb(53,154,138); }

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