Html Css Color HEX #319E90 Gossamer

📋 copy color: '#319E90'

red 49 ◦ green 158 ◦ blue 144

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

Shades of Gossamer #319E90

Tints of Gossamer #319E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

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

R = 13.96%
G = 45.01%
B = 41.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#319E90 (or 0x319E90) is known color: Gossamer. HEX triplet: 31, 9E and 90. RGB value is (49,158,144). Sum of RGB (Red+Green+Blue) = 49+158+144=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #319E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319E90 is #CE616F. Grayscale: #7B7B7B. Windows color (decimal): -13525360 or 9477681. OLE color: 9477681.

HSL color Cylindrical-coordinate representation of color #319E90: hue angle of 172.29º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E90 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 144 -
CMYK 0.69 0 0.09 0.38
HSL 172.29º 0.53% 0.41% -
HSV(B) 172.29º 0.69% 0.62% -
XYZ 18.53 27.12 30.64 -
YUV 123.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 49 158 144 0.69 0 0.09 0.38 172.29 0.53 0.41
Hex 31 9E 90 45 0 9 26 AC 35 29
Octal 61 236 220 105 0 11 46 254 65 51
Binary 110001 10011110 10010000 1000101 0 1001 100110 10101100 110101 101001

Color Harmonies of #319E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E90

Black with #319E90

Text Example


Text Example

White with #319E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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