Html Css Color HEX #369082 Gossamer

📋 copy color: '#369082'

red 54 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #369082

Tints of Gossamer #369082

RGB

 RED value IS 54 (21.48% from 255) = 16.46%

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 16.46%
G = 43.9%
B = 39.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#369082 (or 0x369082) is known color: Gossamer. HEX triplet: 36, 90 and 82. RGB value is (54,144,130). Sum of RGB (Red+Green+Blue) = 54+144+130=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #369082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369082 is #C96F7D. Grayscale: #737373. Windows color (decimal): -13201278 or 8556598. OLE color: 8556598.

HSL color Cylindrical-coordinate representation of color #369082: hue angle of 170.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369082 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 130 -
CMYK 0.63 0 0.10 0.44
HSL 170.67º 0.45% 0.39% -
HSV(B) 170.67º 0.63% 0.56% -
XYZ 15.52 22.34 24.61 -
YUV 115.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 54 144 130 0.63 0 0.10 0.44 170.67 0.45 0.39
Hex 36 90 82 3F 0 A 2C AB 2D 27
Octal 66 220 202 77 0 12 54 253 55 47
Binary 110110 10010000 10000010 111111 0 1010 101100 10101011 101101 100111

Color Harmonies of #369082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369082

Black with #369082

Text Example


Text Example

White with #369082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369082; }

 p { color: rgb(54,144,130); }

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

background-color css

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

 a { background-color: rgb(54,144,130); }

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

border-color css

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

 span { border-color: rgb(54,144,130); }

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