Html Css Color HEX #318F81 Gossamer

📋 copy color: '#318F81'

red 49 ◦ green 143 ◦ blue 129

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

Shades of Gossamer #318F81

Tints of Gossamer #318F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.55%

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 15.26%
G = 44.55%
B = 40.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#318F81 (or 0x318F81) is known color: Gossamer. HEX triplet: 31, 8F and 81. RGB value is (49,143,129). Sum of RGB (Red+Green+Blue) = 49+143+129=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #318F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F81 is #CE707E. Grayscale: #717171. Windows color (decimal): -13529215 or 8490801. OLE color: 8490801.

HSL color Cylindrical-coordinate representation of color #318F81: hue angle of 171.06º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F81 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 143 129 -
CMYK 0.66 0 0.10 0.44
HSL 171.06º 0.49% 0.38% -
HSV(B) 171.06º 0.66% 0.56% -
XYZ 15.05 21.88 24.2 -
YUV 113.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 49 143 129 0.66 0 0.10 0.44 171.06 0.49 0.38
Hex 31 8F 81 42 0 A 2C AB 31 26
Octal 61 217 201 102 0 12 54 253 61 46
Binary 110001 10001111 10000001 1000010 0 1010 101100 10101011 110001 100110

Color Harmonies of #318F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318F81

Black with #318F81

Text Example


Text Example

White with #318F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318F81; }

 p { color: rgb(49,143,129); }

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

background-color css

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

 a { background-color: rgb(49,143,129); }

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

border-color css

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

 span { border-color: rgb(49,143,129); }

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