Html Css Color HEX #299485 Gossamer

📋 copy color: '#299485'

red 41 ◦ green 148 ◦ blue 133

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

Shades of Gossamer #299485

Tints of Gossamer #299485

RGB

 RED value IS 41 (16.41% from 255) = 12.73%

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 12.73%
G = 45.96%
B = 41.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#299485 (or 0x299485) is known color: Gossamer. HEX triplet: 29, 94 and 85. RGB value is (41,148,133). Sum of RGB (Red+Green+Blue) = 41+148+133=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #299485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299485 is #D66B7A. Grayscale: #727272. Windows color (decimal): -14052219 or 8754217. OLE color: 8754217.

HSL color Cylindrical-coordinate representation of color #299485: hue angle of 171.59º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299485 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 133 -
CMYK 0.72 0 0.10 0.42
HSL 171.59º 0.57% 0.37% -
HSV(B) 171.59º 0.72% 0.58% -
XYZ 15.74 23.34 25.87 -
YUV 114.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 41 148 133 0.72 0 0.10 0.42 171.59 0.57 0.37
Hex 29 94 85 48 0 A 2A AC 39 25
Octal 51 224 205 110 0 12 52 254 71 45
Binary 101001 10010100 10000101 1001000 0 1010 101010 10101100 111001 100101

Color Harmonies of #299485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299485

Black with #299485

Text Example


Text Example

White with #299485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299485; }

 p { color: rgb(41,148,133); }

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

background-color css

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

 a { background-color: rgb(41,148,133); }

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

border-color css

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

 span { border-color: rgb(41,148,133); }

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