Html Css Color HEX #338E7C Gossamer

📋 copy color: '#338E7C'

red 51 ◦ green 142 ◦ blue 124

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

Shades of Gossamer #338E7C

Tints of Gossamer #338E7C

RGB

 RED value IS 51 (20.31% from 255) = 16.09%

 GREEN value IS 142 (55.86% from 255) = 44.79%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 16.09%
G = 44.79%
B = 39.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#338E7C (or 0x338E7C) is known color: Gossamer. HEX triplet: 33, 8E and 7C. RGB value is (51,142,124). Sum of RGB (Red+Green+Blue) = 51+142+124=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #338E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E7C is #CC7183. Grayscale: #707070. Windows color (decimal): -13398404 or 8162867. OLE color: 8162867.

HSL color Cylindrical-coordinate representation of color #338E7C: hue angle of 168.13º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E7C is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 124 -
CMYK 0.64 0 0.13 0.44
HSL 168.13º 0.47% 0.38% -
HSV(B) 168.13º 0.64% 0.56% -
XYZ 14.68 21.51 22.45 -
YUV 112.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 51 142 124 0.64 0 0.13 0.44 168.13 0.47 0.38
Hex 33 8E 7C 40 0 D 2C A8 2F 26
Octal 63 216 174 100 0 15 54 250 57 46
Binary 110011 10001110 1111100 1000000 0 1101 101100 10101000 101111 100110

Color Harmonies of #338E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E7C

Black with #338E7C

Text Example


Text Example

White with #338E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338E7C; }

 p { color: rgb(51,142,124); }

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

background-color css

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

 a { background-color: rgb(51,142,124); }

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

border-color css

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

 span { border-color: rgb(51,142,124); }

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