#3BA088

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

Shades of Gossamer #3BA088

Tints of Gossamer #3BA088

Color information

#3BA088 (or 0x3BA088) is unknown color: approx Gossamer. HEX triplet: 3B, A0 and 88. RGB value is (59,160,136). Sum of RGB (Red+Green+Blue) = 59+160+136=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA088 is #C45F77. Grayscale: #7F7F7F. Windows color (decimal): -12869496 or 8953915. OLE color: 8953915.

HSL color Cylindrical-coordinate representation of color #3BA088: hue angle of 165.74º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA088 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB59160136-
CMYK0.6300.150.37
HSL165.74º46.12%42.94%-
HSV(B)165.74º63.13%62.75%-
XYZ18.8227.8527.68-
YUV127.06133.0479.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=16.62%
G=45.07%
B=38.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal591601360.6300.150.37165.7446.1242.94
Hex3BA0883F0F25a62e2b
Octal7324021077017452465653
Binary11101110100000100010001111110111110010110100110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA088; }

 p { color: rgb(59,160,136); }

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

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

 a { background-color: rgb(59,160,136); }

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

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

 span { border-color: rgb(59,160,136); }

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