#35988A

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

Shades of Gossamer #35988A

Tints of Gossamer #35988A

Color information

#35988A (or 0x35988A) is unknown color: approx Gossamer. HEX triplet: 35, 98 and 8A. RGB value is (53,152,138). Sum of RGB (Red+Green+Blue) = 53+152+138=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #35988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35988A is #CA6775. Grayscale: #787878. Windows color (decimal): -13264758 or 9082933. OLE color: 9082933.

HSL color Cylindrical-coordinate representation of color #35988A: hue angle of 171.52º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35988A is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB53152138-
CMYK0.6500.090.40
HSL171.52º48.29%40.2%-
HSV(B)171.52º65.13%59.61%-
XYZ17.2825.0527.97-
YUV120.8137.779.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=15.45%
G=44.31%
B=40.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521380.6500.090.40171.5248.2940.2
Hex35988A410928ac3028
Octal65230212101011502546050
Binary110101100110001000101010000010100110100010101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35988A; }

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

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

<style>
 a { background-color: #35988A; }

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

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

<style>
 span { border-color: #35988A; }

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

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