Html Css Color HEX #319185 Gossamer

📋 copy color: '#319185'

red 49 ◦ green 145 ◦ blue 133

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

Shades of Gossamer #319185

Tints of Gossamer #319185

RGB

 RED value IS 49 (19.53% from 255) = 14.98%

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 14.98%
G = 44.34%
B = 40.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#319185 (or 0x319185) is known color: Gossamer. HEX triplet: 31, 91 and 85. RGB value is (49,145,133). Sum of RGB (Red+Green+Blue) = 49+145+133=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #319185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319185 is #CE6E7A. Grayscale: #727272. Windows color (decimal): -13528699 or 8753457. OLE color: 8753457.

HSL color Cylindrical-coordinate representation of color #319185: hue angle of 172.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319185 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 133 -
CMYK 0.66 0 0.08 0.43
HSL 172.5º 0.49% 0.38% -
HSV(B) 172.5º 0.66% 0.57% -
XYZ 15.63 22.6 25.73 -
YUV 114.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 49 145 133 0.66 0 0.08 0.43 172.5 0.49 0.38
Hex 31 91 85 42 0 8 2B AC 31 26
Octal 61 221 205 102 0 10 53 254 61 46
Binary 110001 10010001 10000101 1000010 0 1000 101011 10101100 110001 100110

Color Harmonies of #319185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319185

Black with #319185

Text Example


Text Example

White with #319185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319185; }

 p { color: rgb(49,145,133); }

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

background-color css

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

 a { background-color: rgb(49,145,133); }

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

border-color css

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

 span { border-color: rgb(49,145,133); }

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