Html Css Color HEX #3C8989 Blue Chill

📋 copy color: '#3C8989'

red 60 ◦ green 137 ◦ blue 137

#3C8989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #3C8989

Tints of Blue Chill #3C8989

RGB

 RED value IS 60 (23.83% from 255) = 17.96%

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 17.96%
G = 41.02%
B = 41.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C8989 (or 0x3C8989) is known color: Blue Chill. HEX triplet: 3C, 89 and 89. RGB value is (60,137,137). Sum of RGB (Red+Green+Blue) = 60+137+137=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #3C8989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8989 is #C37676. Grayscale: #717171. Windows color (decimal): -12809847 or 9013564. OLE color: 9013564.

HSL color Cylindrical-coordinate representation of color #3C8989: hue angle of 180º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8989 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 137 -
CMYK 0.56 0 0 0.46
HSL 180º 0.39% 0.39% -
HSV(B) 180º 0.56% 0.54% -
XYZ 15.32 20.66 26.85 -
YUV 113.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 60 137 137 0.56 0 0 0.46 180 0.39 0.39
Hex 3C 89 89 38 0 0 2E B4 27 27
Octal 74 211 211 70 0 0 56 264 47 47
Binary 111100 10001001 10001001 111000 0 0 101110 10110100 100111 100111

Color Harmonies of #3C8989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8989

Black with #3C8989

Text Example


Text Example

White with #3C8989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,137); }

 H1.HeaderClassName
 {
   color: #3C8989;
 }
 .AnyTagClassName
 {
   color: #3C8989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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