Html Css Color HEX #3C8985 Blue Chill

📋 copy color: '#3C8985'

red 60 ◦ green 137 ◦ blue 133

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

Shades of Blue Chill #3C8985

Tints of Blue Chill #3C8985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 18.18%
G = 41.52%
B = 40.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#3C8985 (or 0x3C8985) is known color: Blue Chill. HEX triplet: 3C, 89 and 85. RGB value is (60,137,133). Sum of RGB (Red+Green+Blue) = 60+137+133=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8985 is #C3767A. Grayscale: #717171. Windows color (decimal): -12809851 or 8751420. OLE color: 8751420.

HSL color Cylindrical-coordinate representation of color #3C8985: hue angle of 176.88º 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 #3C8985 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 133 -
CMYK 0.56 0 0.03 0.46
HSL 176.88º 0.39% 0.39% -
HSV(B) 176.88º 0.56% 0.54% -
XYZ 15.04 20.55 25.36 -
YUV 113.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 60 137 133 0.56 0 0.03 0.46 176.88 0.39 0.39
Hex 3C 89 85 38 0 3 2E B1 27 27
Octal 74 211 205 70 0 3 56 261 47 47
Binary 111100 10001001 10000101 111000 0 11 101110 10110001 100111 100111

Color Harmonies of #3C8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8985

Black with #3C8985

Text Example


Text Example

White with #3C8985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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