#35987B

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

Shades of Gossamer #35987B

Tints of Gossamer #35987B

Color information

#35987B (or 0x35987B) is unknown color: approx Gossamer. HEX triplet: 35, 98 and 7B. RGB value is (53,152,123). Sum of RGB (Red+Green+Blue) = 53+152+123=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #35987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35987B is #CA6784. Grayscale: #777777. Windows color (decimal): -13264773 or 8099893. OLE color: 8099893.

HSL color Cylindrical-coordinate representation of color #35987B: hue angle of 162.42º 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 #35987B is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB53152123-
CMYK0.6500.190.40
HSL162.42º48.29%40.2%-
HSV(B)162.42º65.13%59.61%-
XYZ16.2724.6422.64-
YUV119.09130.280.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=16.16%
G=46.34%
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.40
SystemRedGreenBlueCMYKHSL
Decimal531521230.6500.190.40162.4248.2940.2
Hex35987B4101328a23028
Octal65230173101023502426050
Binary110101100110001111011100000101001110100010100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35987B; }

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

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

<style>
 a { background-color: #35987B; }

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

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

<style>
 span { border-color: #35987B; }

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

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