Html Css Color HEX #35907B Gossamer

📋 copy color: '#35907B'

red 53 ◦ green 144 ◦ blue 123

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

Shades of Gossamer #35907B

Tints of Gossamer #35907B

RGB

 RED value IS 53 (21.09% from 255) = 16.56%

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 16.56%
G = 45%
B = 38.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#35907B (or 0x35907B) is known color: Gossamer. HEX triplet: 35, 90 and 7B. RGB value is (53,144,123). Sum of RGB (Red+Green+Blue) = 53+144+123=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #35907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35907B is #CA6F84. Grayscale: #727272. Windows color (decimal): -13266821 or 8097845. OLE color: 8097845.

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

Color convert

RGB 53 144 123 -
CMYK 0.63 0 0.15 0.44
HSL 166.15º 0.46% 0.39% -
HSV(B) 166.15º 0.63% 0.56% -
XYZ 15.02 22.13 22.22 -
YUV 114.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 53 144 123 0.63 0 0.15 0.44 166.15 0.46 0.39
Hex 35 90 7B 3F 0 F 2C A6 2E 27
Octal 65 220 173 77 0 17 54 246 56 47
Binary 110101 10010000 1111011 111111 0 1111 101100 10100110 101110 100111

Color Harmonies of #35907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35907B

Black with #35907B

Text Example


Text Example

White with #35907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35907B;
 }
 .AnyTagClassName
 {
   color: #35907B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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