Html Css Color HEX #359A7D Gossamer

📋 copy color: '#359A7D'

red 53 ◦ green 154 ◦ blue 125

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

Shades of Gossamer #359A7D

Tints of Gossamer #359A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.39%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 15.96%
G = 46.39%
B = 37.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#359A7D (or 0x359A7D) is known color: Gossamer. HEX triplet: 35, 9A and 7D. RGB value is (53,154,125). Sum of RGB (Red+Green+Blue) = 53+154+125=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #359A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A7D is #CA6582. Grayscale: #787878. Windows color (decimal): -13264259 or 8231477. OLE color: 8231477.

HSL color Cylindrical-coordinate representation of color #359A7D: hue angle of 162.77º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A7D is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 125 -
CMYK 0.66 0 0.19 0.40
HSL 162.77º 0.49% 0.41% -
HSV(B) 162.77º 0.66% 0.6% -
XYZ 16.73 25.35 23.41 -
YUV 120.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 53 154 125 0.66 0 0.19 0.40 162.77 0.49 0.41
Hex 35 9A 7D 42 0 13 28 A3 31 29
Octal 65 232 175 102 0 23 50 243 61 51
Binary 110101 10011010 1111101 1000010 0 10011 101000 10100011 110001 101001

Color Harmonies of #359A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A7D

Black with #359A7D

Text Example


Text Example

White with #359A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359A7D; }

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

 H1.HeaderClassName
 {
   color: #359A7D;
 }
 .AnyTagClassName
 {
   color: #359A7D;
 }
</style>

background-color css

<style>
 a { background-color: #359A7D; }

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

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

border-color css

<style>
 span { border-color: #359A7D; }

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

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