Html Css Color HEX #319C90 Gossamer

📋 copy color: '#319C90'

red 49 ◦ green 156 ◦ blue 144

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

Shades of Gossamer #319C90

Tints of Gossamer #319C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 14.04%
G = 44.7%
B = 41.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#319C90 (or 0x319C90) is known color: Gossamer. HEX triplet: 31, 9C and 90. RGB value is (49,156,144). Sum of RGB (Red+Green+Blue) = 49+156+144=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #319C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C90 is #CE636F. Grayscale: #7A7A7A. Windows color (decimal): -13525872 or 9477169. OLE color: 9477169.

HSL color Cylindrical-coordinate representation of color #319C90: hue angle of 173.27º 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 #319C90 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 156 144 -
CMYK 0.69 0 0.08 0.39
HSL 173.27º 0.52% 0.4% -
HSV(B) 173.27º 0.69% 0.61% -
XYZ 18.19 26.44 30.53 -
YUV 122.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 49 156 144 0.69 0 0.08 0.39 173.27 0.52 0.4
Hex 31 9C 90 45 0 8 27 AD 34 28
Octal 61 234 220 105 0 10 47 255 64 50
Binary 110001 10011100 10010000 1000101 0 1000 100111 10101101 110100 101000

Color Harmonies of #319C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C90

Black with #319C90

Text Example


Text Example

White with #319C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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