Html Css Color HEX #358F81 Gossamer

📋 copy color: '#358F81'

red 53 ◦ green 143 ◦ blue 129

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

Shades of Gossamer #358F81

Tints of Gossamer #358F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 16.31%
G = 44%
B = 39.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#358F81 (or 0x358F81) is known color: Gossamer. HEX triplet: 35, 8F and 81. RGB value is (53,143,129). Sum of RGB (Red+Green+Blue) = 53+143+129=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #358F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F81 is #CA707E. Grayscale: #727272. Windows color (decimal): -13267071 or 8490805. OLE color: 8490805.

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

Color convert

RGB 53 143 129 -
CMYK 0.63 0 0.10 0.44
HSL 170.67º 0.46% 0.38% -
HSV(B) 170.67º 0.63% 0.56% -
XYZ 15.25 21.99 24.21 -
YUV 114.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 53 143 129 0.63 0 0.10 0.44 170.67 0.46 0.38
Hex 35 8F 81 3F 0 A 2C AB 2E 26
Octal 65 217 201 77 0 12 54 253 56 46
Binary 110101 10001111 10000001 111111 0 1010 101100 10101011 101110 100110

Color Harmonies of #358F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F81

Black with #358F81

Text Example


Text Example

White with #358F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358F81; }

 p { color: rgb(53,143,129); }

 H1.HeaderClassName
 {
   color: #358F81;
 }
 .AnyTagClassName
 {
   color: #358F81;
 }
</style>

background-color css

<style>
 a { background-color: #358F81; }

 a { background-color: rgb(53,143,129); }

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

border-color css

<style>
 span { border-color: #358F81; }

 span { border-color: rgb(53,143,129); }

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