Html Css Color HEX #319C88 Gossamer

📋 copy color: '#319C88'

red 49 ◦ green 156 ◦ blue 136

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

Shades of Gossamer #319C88

Tints of Gossamer #319C88

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.75%

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

R = 14.37%
G = 45.75%
B = 39.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#319C88 (or 0x319C88) is known color: Gossamer. HEX triplet: 31, 9C and 88. RGB value is (49,156,136). Sum of RGB (Red+Green+Blue) = 49+156+136=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #319C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C88 is #CE6377. Grayscale: #797979. Windows color (decimal): -13525880 or 8952881. OLE color: 8952881.

HSL color Cylindrical-coordinate representation of color #319C88: hue angle of 168.79º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C88 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 156 136 -
CMYK 0.69 0 0.13 0.39
HSL 168.79º 0.52% 0.4% -
HSV(B) 168.79º 0.69% 0.61% -
XYZ 17.6 26.21 27.42 -
YUV 121.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 49 156 136 0.69 0 0.13 0.39 168.79 0.52 0.4
Hex 31 9C 88 45 0 D 27 A9 34 28
Octal 61 234 210 105 0 15 47 251 64 50
Binary 110001 10011100 10001000 1000101 0 1101 100111 10101001 110100 101000

Color Harmonies of #319C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C88

Black with #319C88

Text Example


Text Example

White with #319C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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