Html Css Color HEX #35947B Gossamer

📋 copy color: '#35947B'

red 53 ◦ green 148 ◦ blue 123

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

Shades of Gossamer #35947B

Tints of Gossamer #35947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

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

R = 16.36%
G = 45.68%
B = 37.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#35947B (or 0x35947B) is known color: Gossamer. HEX triplet: 35, 94 and 7B. RGB value is (53,148,123). Sum of RGB (Red+Green+Blue) = 53+148+123=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #35947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35947B is #CA6B84. Grayscale: #747474. Windows color (decimal): -13265797 or 8098869. OLE color: 8098869.

HSL color Cylindrical-coordinate representation of color #35947B: hue angle of 164.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35947B is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 123 -
CMYK 0.64 0 0.17 0.42
HSL 164.21º 0.47% 0.39% -
HSV(B) 164.21º 0.64% 0.58% -
XYZ 15.63 23.37 22.43 -
YUV 116.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 53 148 123 0.64 0 0.17 0.42 164.21 0.47 0.39
Hex 35 94 7B 40 0 11 2A A4 2F 27
Octal 65 224 173 100 0 21 52 244 57 47
Binary 110101 10010100 1111011 1000000 0 10001 101010 10100100 101111 100111

Color Harmonies of #35947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35947B

Black with #35947B

Text Example


Text Example

White with #35947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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