Html Css Color HEX #309085 Gossamer

📋 copy color: '#309085'

red 48 ◦ green 144 ◦ blue 133

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

Shades of Gossamer #309085

Tints of Gossamer #309085

RGB

 RED value IS 48 (19.14% from 255) = 14.77%

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

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

R = 14.77%
G = 44.31%
B = 40.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#309085 (or 0x309085) is known color: Gossamer. HEX triplet: 30, 90 and 85. RGB value is (48,144,133). Sum of RGB (Red+Green+Blue) = 48+144+133=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #309085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309085 is #CF6F7A. Grayscale: #717171. Windows color (decimal): -13594491 or 8753200. OLE color: 8753200.

HSL color Cylindrical-coordinate representation of color #309085: hue angle of 173.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309085 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 133 -
CMYK 0.67 0 0.08 0.44
HSL 173.13º 0.5% 0.38% -
HSV(B) 173.13º 0.67% 0.56% -
XYZ 15.43 22.27 25.68 -
YUV 114.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 48 144 133 0.67 0 0.08 0.44 173.13 0.5 0.38
Hex 30 90 85 43 0 8 2C AD 32 26
Octal 60 220 205 103 0 10 54 255 62 46
Binary 110000 10010000 10000101 1000011 0 1000 101100 10101101 110010 100110

Color Harmonies of #309085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309085

Black with #309085

Text Example


Text Example

White with #309085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309085; }

 p { color: rgb(48,144,133); }

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

background-color css

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

 a { background-color: rgb(48,144,133); }

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

border-color css

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

 span { border-color: rgb(48,144,133); }

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