#3C988F

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

Shades of Blue Chill #3C988F

Tints of Blue Chill #3C988F

Color information

#3C988F (or 0x3C988F) is unknown color: approx Blue Chill. HEX triplet: 3C, 98 and 8F. RGB value is (60,152,143). Sum of RGB (Red+Green+Blue) = 60+152+143=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #3C988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C988F is #C36770. Grayscale: #7B7B7B. Windows color (decimal): -12806001 or 9410620. OLE color: 9410620.

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

Color convert

RGB60152143-
CMYK0.6100.060.40
HSL174.13º43.4%41.57%-
HSV(B)174.13º60.53%59.61%-
XYZ18.0525.429.94-
YUV123.47139.0282.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.90%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=16.90%
G=42.82%
B=40.28%

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
Decimal601521430.6100.060.40174.1343.441.57
Hex3C988F3D0628ae2b2a
Octal742302177506502565352
Binary1111001001100010001111111101011010100010101110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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