Html Css Color HEX #319388 Gossamer

📋 copy color: '#319388'

red 49 ◦ green 147 ◦ blue 136

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

Shades of Gossamer #319388

Tints of Gossamer #319388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.28%

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 14.76%
G = 44.28%
B = 40.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#319388 (or 0x319388) is known color: Gossamer. HEX triplet: 31, 93 and 88. RGB value is (49,147,136). Sum of RGB (Red+Green+Blue) = 49+147+136=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #319388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319388 is #CE6C77. Grayscale: #747474. Windows color (decimal): -13528184 or 8950577. OLE color: 8950577.

HSL color Cylindrical-coordinate representation of color #319388: hue angle of 173.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319388 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 136 -
CMYK 0.67 0 0.07 0.42
HSL 173.27º 0.5% 0.38% -
HSV(B) 173.27º 0.67% 0.58% -
XYZ 16.14 23.3 26.94 -
YUV 116.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 49 147 136 0.67 0 0.07 0.42 173.27 0.5 0.38
Hex 31 93 88 43 0 7 2A AD 32 26
Octal 61 223 210 103 0 7 52 255 62 46
Binary 110001 10010011 10001000 1000011 0 111 101010 10101101 110010 100110

Color Harmonies of #319388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319388

Black with #319388

Text Example


Text Example

White with #319388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319388; }

 p { color: rgb(49,147,136); }

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

background-color css

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

 a { background-color: rgb(49,147,136); }

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

border-color css

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

 span { border-color: rgb(49,147,136); }

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