#35907A

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

Shades of Gossamer #35907A

Tints of Gossamer #35907A

Color information

#35907A (or 0x35907A) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 7A. RGB value is (53,144,122). Sum of RGB (Red+Green+Blue) = 53+144+122=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #35907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35907A is #CA6F85. Grayscale: #727272. Windows color (decimal): -13266822 or 8032309. OLE color: 8032309.

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

Color convert

RGB53144122-
CMYK0.6300.150.44
HSL165.49º46.19%38.63%-
HSV(B)165.49º63.19%56.47%-
XYZ14.9522.1121.89-
YUV114.28132.3584.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=16.61%
G=45.14%
B=38.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441220.6300.150.44165.4946.1938.63
Hex35907A3F0F2Ca52e27
Octal6522017277017542455647
Binary1101011001000011110101111110111110110010100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,144,122); }

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

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

 a { background-color: rgb(53,144,122); }

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

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

 span { border-color: rgb(53,144,122); }

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