Html Css Color HEX #35907D Gossamer

📋 copy color: '#35907D'

red 53 ◦ green 144 ◦ blue 125

#35907D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #35907D

Tints of Gossamer #35907D

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 value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#35907D (or 0x35907D) is known color: 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

RGB 53 144 125 -
CMYK 0.63 0 0.13 0.44
HSL 167.47º 0.46% 0.39% -
HSV(B) 167.47º 0.63% 0.56% -
XYZ 15.14 22.18 22.89 -
YUV 114.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 53 144 125 0.63 0 0.13 0.44 167.47 0.46 0.39
Hex 35 90 7D 3F 0 D 2C A7 2E 27
Octal 65 220 175 77 0 15 54 247 56 47
Binary 110101 10010000 1111101 111111 0 1101 101100 10100111 101110 100111

Color Harmonies of #35907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35907D

Black with #35907D

Text Example


Text Example

White with #35907D

Text Example


Text Example

HTML Codes & Css Web 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>