#35917B

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

Shades of Gossamer #35917B

Tints of Gossamer #35917B

Color information

#35917B (or 0x35917B) is unknown color: approx Gossamer. HEX triplet: 35, 91 and 7B. RGB value is (53,145,123). Sum of RGB (Red+Green+Blue) = 53+145+123=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #35917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35917B is #CA6E84. Grayscale: #727272. Windows color (decimal): -13266565 or 8098101. OLE color: 8098101.

HSL color Cylindrical-coordinate representation of color #35917B: hue angle of 165.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35917B is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB53145123-
CMYK0.6300.150.43
HSL165.65º46.46%38.82%-
HSV(B)165.65º63.45%56.86%-
XYZ15.1722.4422.27-
YUV114.98132.5283.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=16.51%
G=45.17%
B=38.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451230.6300.150.43165.6546.4638.82
Hex35917B3F0F2Ba62e27
Octal6522117377017532465647
Binary1101011001000111110111111110111110101110100110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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