#3B988F

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

Shades of Blue Chill #3B988F

Tints of Blue Chill #3B988F

Color information

#3B988F (or 0x3B988F) is unknown color: approx Blue Chill. HEX triplet: 3B, 98 and 8F. RGB value is (59,152,143). Sum of RGB (Red+Green+Blue) = 59+152+143=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #3B988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B988F is #C46770. Grayscale: #7B7B7B. Windows color (decimal): -12871537 or 9410619. OLE color: 9410619.

HSL color Cylindrical-coordinate representation of color #3B988F: hue angle of 174.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B988F is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB59152143-
CMYK0.6100.060.40
HSL174.19º44.08%41.37%-
HSV(B)174.19º61.18%59.61%-
XYZ17.9925.3729.94-
YUV123.17139.1982.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=16.67%
G=42.94%
B=40.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591521430.6100.060.40174.1944.0841.37
Hex3B988F3D0628ae2c29
Octal732302177506502565451
Binary1110111001100010001111111101011010100010101110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,152,143); }

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

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

 a { background-color: rgb(59,152,143); }

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

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

 span { border-color: rgb(59,152,143); }

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