#34907B

Color #34907B Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #34907B

Tints of Gossamer #34907B

Color information

#34907B (or 0x34907B) is unknown color: approx Gossamer. HEX triplet: 34, 90 and 7B. RGB value is (52,144,123). Sum of RGB (Red+Green+Blue) = 52+144+123=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #34907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34907B is #CB6F84. Grayscale: #727272. Windows color (decimal): -13332357 or 8097844. OLE color: 8097844.

HSL color Cylindrical-coordinate representation of color #34907B: hue angle of 166.3º 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 #34907B is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB52144123-
CMYK0.6400.150.44
HSL166.3º46.94%38.43%-
HSV(B)166.3º63.89%56.47%-
XYZ14.9622.1122.22-
YUV114.1133.0283.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=16.30%
G=45.14%
B=38.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441230.6400.150.44166.346.9438.43
Hex34907B400F2Ca62f26
Octal64220173100017542465746
Binary11010010010000111101110000000111110110010100110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34907B; }

 p { color: rgb(52,144,123); }

 H1.HeaderClassName
 {
   color: #34907B;
 }
 .AnyTagClassName
 {
   color: #34907B;
 }
</style>
background-color css

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

 a { background-color: rgb(52,144,123); }

 div.DivClassName
 {
   background-color: #34907B;
 }
 .BgClassName
 {
   background-color: #34907B;
 }
</style>
border-color css

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

 span { border-color: rgb(52,144,123); }

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