Html Css Color HEX #319885 Gossamer

📋 copy color: '#319885'

red 49 ◦ green 152 ◦ blue 133

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

Shades of Gossamer #319885

Tints of Gossamer #319885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.51%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 14.67%
G = 45.51%
B = 39.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#319885 (or 0x319885) is known color: Gossamer. HEX triplet: 31, 98 and 85. RGB value is (49,152,133). Sum of RGB (Red+Green+Blue) = 49+152+133=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #319885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319885 is #CE677A. Grayscale: #777777. Windows color (decimal): -13526907 or 8755249. OLE color: 8755249.

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

Color convert

RGB 49 152 133 -
CMYK 0.68 0 0.13 0.40
HSL 168.93º 0.51% 0.39% -
HSV(B) 168.93º 0.68% 0.6% -
XYZ 16.73 24.8 26.1 -
YUV 119.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 49 152 133 0.68 0 0.13 0.40 168.93 0.51 0.39
Hex 31 98 85 44 0 D 28 A9 33 27
Octal 61 230 205 104 0 15 50 251 63 47
Binary 110001 10011000 10000101 1000100 0 1101 101000 10101001 110011 100111

Color Harmonies of #319885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319885

Black with #319885

Text Example


Text Example

White with #319885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319885; }

 p { color: rgb(49,152,133); }

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

background-color css

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

 a { background-color: rgb(49,152,133); }

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

border-color css

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

 span { border-color: rgb(49,152,133); }

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