#3D989C

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

Shades of Blue Chill #3D989C

Tints of Blue Chill #3D989C

Color information

#3D989C (or 0x3D989C) is unknown color: approx Blue Chill. HEX triplet: 3D, 98 and 9C. RGB value is (61,152,156). Sum of RGB (Red+Green+Blue) = 61+152+156=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D989C is #C26763. Grayscale: #7D7D7D. Windows color (decimal): -12740452 or 10262589. OLE color: 10262589.

HSL color Cylindrical-coordinate representation of color #3D989C: hue angle of 182.53º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D989C is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61152156-
CMYK0.610.0300.39
HSL182.53º43.78%42.55%-
HSV(B)182.53º60.9%61.18%-
XYZ19.1525.8535.43-
YUV125.25145.3582.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=16.53%
G=41.19%
B=42.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611521560.610.0300.39182.5343.7842.55
Hex3D989C3D3027b72c2b
Octal752302347530472675453
Binary111101100110001001110011110111010011110110111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,152,156); }

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

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

 a { background-color: rgb(61,152,156); }

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

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

 span { border-color: rgb(61,152,156); }

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