Html Css Color HEX #319984 Gossamer

📋 copy color: '#319984'

red 49 ◦ green 153 ◦ blue 132

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

Shades of Gossamer #319984

Tints of Gossamer #319984

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 14.67%
G = 45.81%
B = 39.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#319984 (or 0x319984) is known color: Gossamer. HEX triplet: 31, 99 and 84. RGB value is (49,153,132). Sum of RGB (Red+Green+Blue) = 49+153+132=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #319984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319984 is #CE667B. Grayscale: #777777. Windows color (decimal): -13526652 or 8689969. OLE color: 8689969.

HSL color Cylindrical-coordinate representation of color #319984: hue angle of 167.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319984 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 132 -
CMYK 0.68 0 0.14 0.4
HSL 167.88º 0.51% 0.4% -
HSV(B) 167.88º 0.68% 0.6% -
XYZ 16.82 25.1 25.79 -
YUV 119.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 49 153 132 0.68 0 0.14 0.4 167.88 0.51 0.4
Hex 31 99 84 44 0 E 28 A8 33 28
Octal 61 231 204 104 0 16 50 250 63 50
Binary 110001 10011001 10000100 1000100 0 1110 101000 10101000 110011 101000

Color Harmonies of #319984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319984

Black with #319984

Text Example


Text Example

White with #319984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319984; }

 p { color: rgb(49,153,132); }

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

background-color css

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

 a { background-color: rgb(49,153,132); }

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

border-color css

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

 span { border-color: rgb(49,153,132); }

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