#35907D

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

Shades of Gossamer #35907D

Tints of Gossamer #35907D

Color information

#35907D (or 0x35907D) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 7D. RGB value is (53,144,125). Sum of RGB (Red+Green+Blue) = 53+144+125=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #35907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35907D is #CA6F82. Grayscale: #727272. Windows color (decimal): -13266819 or 8228917. OLE color: 8228917.

HSL color Cylindrical-coordinate representation of color #35907D: hue angle of 167.47º 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 #35907D is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB53144125-
CMYK0.6300.130.44
HSL167.47º46.19%38.63%-
HSV(B)167.47º63.19%56.47%-
XYZ15.1422.1822.89-
YUV114.62133.8584.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=16.46%
G=44.72%
B=38.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441250.6300.130.44167.4746.1938.63
Hex35907D3F0D2Ca72e27
Octal6522017577015542475647
Binary1101011001000011111011111110110110110010100111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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